From efd1420183b427bf0b0a9bb0e5915a1fa4061845 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 4 Nov 2023 23:22:34 +0900 Subject: fix(systems/cobalt)!: disable matrix bridges This commit disabls matrix bridges, as they cause more troubles then the convenience it brings. --- systems/cobalt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems') 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; }; -- cgit 1.4.1