about summary refs log tree commit diff
path: root/systems/cobalt
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-04-04 22:19:22 +0900
committersefidel <contact@sefidel.net>2023-04-04 22:19:22 +0900
commit5fb9453d3e900c5b907ba67d9267f06764fadbbd (patch)
tree359608e9452fd5a0c521d3b04afad79f3eb195e3 /systems/cobalt
parent09c5d5d6a4ef8315b99fc53be21de22b0e8121f8 (diff)
downloadinfra-5fb9453d3e900c5b907ba67d9267f06764fadbbd.tar.gz
infra-5fb9453d3e900c5b907ba67d9267f06764fadbbd.zip
feat(services/schildichat-web): init
Diffstat (limited to 'systems/cobalt')
-rw-r--r--systems/cobalt/default.nix11
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";