diff options
Diffstat (limited to 'systems/cobalt')
-rw-r--r-- | systems/cobalt/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index 04c3486..6d13e93 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -280,7 +280,7 @@ in secrets.userPassword = config.sops.secrets.mjolnir-password.path; }; services.matrix-bridge = { - enable = true; + enable = false; domain = "exotic.sh"; secrets.mautrix-envs = config.sops.secrets.mautrix-telegram-envs.path; }; |