From 2cce1c13214e71611cda133e37cc7b4941e98b2a Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 7 Dec 2023 00:03:12 +0900 Subject: feat(modules/{schildichat-web -> cinny-web}): change schildichat-web to cinny-web --- systems/cobalt/default.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'systems') diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index 05f75d3..c828c27 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -223,7 +223,7 @@ in "bouncer" "meet" "chat" - "schildi" + "cinny" "turn" "status" "mail" @@ -300,15 +300,11 @@ in tls.acmeHost = "exotic.sh"; jitsi.domain = "meet.exotic.sh"; }; - services.schildichat-web = { + services.cinny-web = { enable = true; - hostName = "schildi.exotic.sh"; - matrix = { - baseUrl = config.modules.services.element-web.matrix.baseUrl; - serverName = config.modules.services.element-web.matrix.serverName; - }; + hostName = "cinny.exotic.sh"; + matrix.serverName = config.modules.services.element-web.matrix.serverName; tls.acmeHost = config.modules.services.element-web.tls.acmeHost; - jitsi.domain = config.modules.services.element-web.jitsi.domain; }; services.akkoma = { enable = true; -- cgit 1.4.1