about summary refs log tree commit diff
path: root/systems/cobalt/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-12-22 01:51:58 +0900
committersefidel <contact@sefidel.net>2023-12-22 01:51:58 +0900
commita7afd6501d87d0200b7fbfd3ce58b6b14c8f0c06 (patch)
tree95d076254cf3202be2de691d0ce2e12465c452af /systems/cobalt/default.nix
parentae5670a754b50462120ccf7eaaa8ca70301a72b0 (diff)
downloadinfra-a7afd6501d87d0200b7fbfd3ce58b6b14c8f0c06.tar.gz
infra-a7afd6501d87d0200b7fbfd3ce58b6b14c8f0c06.zip
feat(systems/cobalt): mautrix-telegram-envs -> mautrix-envs
Diffstat (limited to 'systems/cobalt/default.nix')
-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 088d08b..238cb28 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -162,7 +162,7 @@ in
   sops.secrets.synapse-extra-config = { owner = "matrix-synapse"; };
   sops.secrets.sliding-sync-secret = { };
   sops.secrets.mjolnir-password = { owner = "mjolnir"; };
-  sops.secrets.mautrix-telegram-envs = { };
+  sops.secrets.mautrix-envs = { };
   sops.secrets.turn-secret = { };
   # sops.secrets.openldap-admin-key = {
   # owner = "openldap";
@@ -288,7 +288,7 @@ in
     services.matrix-bridge = {
       enable = true;
       domain = config.modules.services.matrix-homeserver.domain;
-      secrets.mautrix-envs = config.sops.secrets.mautrix-telegram-envs.path;
+      secrets.mautrix-envs = config.sops.secrets.mautrix-envs.path;
     };
     # TODO: replace all URLs to be relative to the core homeserver service
     services.element-web = {