aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-12-07 00:03:12 +0900
committersefidel <contact@sefidel.net>2023-12-07 00:03:12 +0900
commit2cce1c13214e71611cda133e37cc7b4941e98b2a (patch)
treef6300c48d0c09147cd084f010693708f61882a15 /systems
parent6bb26431d3fd7696c85b73b3831abf8a89c9be90 (diff)
downloadinfra-2cce1c13214e71611cda133e37cc7b4941e98b2a.zip
feat(modules/{schildichat-web -> cinny-web}): change schildichat-web to cinny-web
Diffstat (limited to 'systems')
-rw-r--r--systems/cobalt/default.nix12
1 files changed, 4 insertions, 8 deletions
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;