From e410376ae56a299cf7c0232ba3e65f7144a88bd8 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 23 Aug 2024 22:40:17 +0900 Subject: feat(systems/cobalt)!: move cinny to cinny.chat.exotic.sh --- systems/cobalt/default.nix | 4 ++-- 1 file 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; }; -- cgit 1.4.1