diff options
Diffstat (limited to 'systems/cobalt')
-rw-r--r-- | systems/cobalt/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index 9c5b6ba..e909189 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -280,7 +280,7 @@ in }; services.matrix-moderation = { enable = true; - domain = "exotic.sh"; + domain = config.modules.services.matrix-homeserver.domain; secrets.userPassword = config.sops.secrets.mjolnir-password.path; }; services.matrix-bridge = { @@ -288,6 +288,7 @@ in domain = config.modules.services.matrix-homeserver.domain; secrets.mautrix-envs = config.sops.secrets.mautrix-telegram-envs.path; }; + # TODO: replace all URLs to be relative to the core homeserver service services.element-web = { enable = true; hostName = "chat.exotic.sh"; |