about summary refs log tree commit diff
path: root/systems
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-11-04 23:22:34 +0900
committersefidel <contact@sefidel.net>2023-11-04 23:22:34 +0900
commitefd1420183b427bf0b0a9bb0e5915a1fa4061845 (patch)
treefe07bb9dfcf31e3ce6cde1010bfff4a39ea21fa0 /systems
parent41e1c40c8e72444c7f65f1975b0f7d26bd737498 (diff)
downloadinfra-efd1420183b427bf0b0a9bb0e5915a1fa4061845.tar.gz
infra-efd1420183b427bf0b0a9bb0e5915a1fa4061845.zip
fix(systems/cobalt)!: disable matrix bridges
This commit disabls matrix bridges, as they cause more troubles
then the convenience it brings.
Diffstat (limited to 'systems')
-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;
     };