diff options
author | sefidel <contact@sefidel.net> | 2023-11-04 23:22:34 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-11-04 23:22:34 +0900 |
commit | efd1420183b427bf0b0a9bb0e5915a1fa4061845 (patch) | |
tree | fe07bb9dfcf31e3ce6cde1010bfff4a39ea21fa0 /systems | |
parent | 41e1c40c8e72444c7f65f1975b0f7d26bd737498 (diff) | |
download | infra-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.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; }; |