diff options
Diffstat (limited to 'systems/cobalt/default.nix')
-rw-r--r-- | systems/cobalt/default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index f369fec..d9a279b 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -174,6 +174,7 @@ in "bouncer" "meet" "chat" + "schildi" "turn" "status" "mail" @@ -246,6 +247,16 @@ in tls.acmeHost = "exotic.sh"; jitsi.domain = "meet.exotic.sh"; }; + services.schildichat-web = { + enable = true; + hostName = "schildi.exotic.sh"; + matrix = { + baseUrl = config.modules.services.element-web.matrix.baseUrl; + serverName = config.modules.services.element-web.matrix.serverName; + }; + tls.acmeHost = config.modules.services.element-web.tls.acmeHost; + jitsi.domain = config.modules.services.element-web.jitsi.domain; + }; services.akkoma = { enable = true; domain = "exotic.sh"; |