aboutsummaryrefslogtreecommitdiff
path: root/systems/cobalt
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-23 22:40:17 +0900
committersefidel <contact@sefidel.net>2024-08-23 22:40:17 +0900
commite410376ae56a299cf7c0232ba3e65f7144a88bd8 (patch)
treee756e57e37b46f83a981d5d7451d982ba23dce3f /systems/cobalt
parent45f33207c307009e45629ccd8b6a0200a49ea4aa (diff)
downloadinfra-e410376ae56a299cf7c0232ba3e65f7144a88bd8.zip
feat(systems/cobalt)!: move cinny to cinny.chat.exotic.sh
Diffstat (limited to 'systems/cobalt')
-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;
};