diff options
author | sefidel <contact@sefidel.net> | 2024-08-23 22:40:17 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-23 22:40:17 +0900 |
commit | e410376ae56a299cf7c0232ba3e65f7144a88bd8 (patch) | |
tree | e756e57e37b46f83a981d5d7451d982ba23dce3f | |
parent | 45f33207c307009e45629ccd8b6a0200a49ea4aa (diff) | |
download | infra-main.tar.gz infra-main.zip |
-rw-r--r-- | systems/cobalt/default.nix | 4 |
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; }; |