about summary refs log tree commit diff
path: root/systems
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-11-12 16:46:41 +0900
committersefidel <contact@sefidel.net>2023-11-12 17:12:53 +0900
commitda840e09be40989171c14120177df14a22780e33 (patch)
tree230425edfc8bf3657a1615ed30ea4516087eb857 /systems
parent78df22317c990d056896002b711383ec4166a2a8 (diff)
downloadinfra-da840e09be40989171c14120177df14a22780e33.tar.gz
infra-da840e09be40989171c14120177df14a22780e33.zip
feat(modules/matrix-bridge): support new homeserver
Diffstat (limited to 'systems')
-rw-r--r--systems/cobalt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index b2467d5..9c5b6ba 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -284,8 +284,8 @@ in
       secrets.userPassword = config.sops.secrets.mjolnir-password.path;
     };
     services.matrix-bridge = {
-      enable = false;
-      domain = "exotic.sh";
+      enable = true;
+      domain = config.modules.services.matrix-homeserver.domain;
       secrets.mautrix-envs = config.sops.secrets.mautrix-telegram-envs.path;
     };
     services.element-web = {