aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/cobalt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index 9483f02..8b1521e 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -220,7 +220,7 @@ in
"auth"
"bouncer"
"chat"
- "cinny"
+ "cinny.chat"
"git"
"hydrogen.chat"
"mail"
@@ -323,7 +323,7 @@ in
};
services.cinny-web = {
enable = true;
- hostName = "cinny.exotic.sh";
+ hostName = "cinny.chat.exotic.sh";
matrix.serverName = config.modules.services.element-web.matrix.serverName;
tls.acmeHost = config.modules.services.element-web.tls.acmeHost;
};