From 8d65b28de268fb27462a071671761beb0efe83e2 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 2 Mar 2026 11:45:54 +0100 Subject: [PATCH] fix: synapse secret path --- hosts/fw/modules/web/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw/modules/web/matrix.nix b/hosts/fw/modules/web/matrix.nix index eb4b433..475bab1 100644 --- a/hosts/fw/modules/web/matrix.nix +++ b/hosts/fw/modules/web/matrix.nix @@ -26,7 +26,7 @@ let matrix_authentication_service: enabled: true endpoint: "http://127.0.0.1:8081" - secret_file: ${config.sops.secrets.mas-matrix-secret-synapse.path} + secret_path: ${config.sops.secrets.mas-matrix-secret-synapse.path} ''; in { # Secrets for MAS