From a03aef9adeb86c3388454b34b671856ad5bd7bd4 Mon Sep 17 00:00:00 2001 From: RatCornu Date: Mon, 27 Jan 2025 04:11:06 +0100 Subject: [PATCH] Change ldap password owner --- modules/services/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/matrix.nix b/modules/services/matrix.nix index e840d11..15510f7 100644 --- a/modules/services/matrix.nix +++ b/modules/services/matrix.nix @@ -11,7 +11,7 @@ age.secrets = { ldap_synapse_password = { file = ../../secrets/neo/ldap_synapse_password.age; - owner = "synapse_homeserver"; + owner = "matrix-synapse"; }; database_extra_config = {