about summary refs log tree commit diff
path: root/systems/cobalt
diff options
context:
space:
mode:
Diffstat (limited to 'systems/cobalt')
-rw-r--r--systems/cobalt/default.nix12
1 files changed, 4 insertions, 8 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index 05f75d3..c828c27 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -223,7 +223,7 @@ in
             "bouncer"
             "meet"
             "chat"
-            "schildi"
+            "cinny"
             "turn"
             "status"
             "mail"
@@ -300,15 +300,11 @@ in
       tls.acmeHost = "exotic.sh";
       jitsi.domain = "meet.exotic.sh";
     };
-    services.schildichat-web = {
+    services.cinny-web = {
       enable = true;
-      hostName = "schildi.exotic.sh";
-      matrix = {
-        baseUrl = config.modules.services.element-web.matrix.baseUrl;
-        serverName = config.modules.services.element-web.matrix.serverName;
-      };
+      hostName = "cinny.exotic.sh";
+      matrix.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;