From 2452a1dd4bfb914cf0590ddfce3078c7fc8b50de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 14 Mar 2024 19:45:25 +0100 Subject: [PATCH] matrix: resolve deprecation warning --- hosts/matrix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/matrix/default.nix b/hosts/matrix/default.nix index a841009b..5e1cc686 100644 --- a/hosts/matrix/default.nix +++ b/hosts/matrix/default.nix @@ -35,7 +35,7 @@ ]; ldap = { enable = true; - bindPasswordFile = config.sops.secrets."matrix-synapse/ldapSearchUserPassword".path; + searchUserPasswordFile = config.sops.secrets."matrix-synapse/ldapSearchUserPassword".path; }; settings = { admin_contact = "mailto:mail@c3d2.de";