From 2c27931d491a39f190f788d19dd455124d347885 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 12 Nov 2023 16:49:42 +0900 Subject: chore(systems/cobalt): set urls from dependent module, part 1 --- systems/cobalt/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'systems') 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"; -- cgit 1.4.1