aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/cobalt/default.nix2
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;
};