diff options
Diffstat (limited to 'systems/cobalt/default.nix')
-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 b2467d5..9c5b6ba 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -284,8 +284,8 @@ in secrets.userPassword = config.sops.secrets.mjolnir-password.path; }; services.matrix-bridge = { - enable = false; - domain = "exotic.sh"; + enable = true; + domain = config.modules.services.matrix-homeserver.domain; secrets.mautrix-envs = config.sops.secrets.mautrix-telegram-envs.path; }; services.element-web = { |