about summary refs log tree commit diff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/cobalt/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index 0d861ec..9483f02 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -222,6 +222,7 @@ in
             "chat"
             "cinny"
             "git"
+            "hydrogen.chat"
             "mail"
             "matrix"
             "meet"
@@ -314,6 +315,12 @@ in
       tls.acmeHost = "exotic.sh";
       jitsi.domain = "meet.exotic.sh";
     };
+    services.hydrogen-web = {
+      enable = true;
+      hostName = "hydrogen.chat.exotic.sh";
+      matrix.serverName = config.modules.services.element-web.matrix.serverName;
+      tls.acmeHost = config.modules.services.element-web.tls.acmeHost;
+    };
     services.cinny-web = {
       enable = true;
       hostName = "cinny.exotic.sh";