From 99a38a69d96393d42f95d9cda83e211ac032ec20 Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Mon, 27 Jan 2025 03:57:45 +0100 Subject: [PATCH] fix typo --- 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 2878f92..acc7ee9 100644 --- a/modules/services/matrix.nix +++ b/modules/services/matrix.nix @@ -97,7 +97,7 @@ mail = "mail"; name = "sn"; }; - binddn = "cn=synapse,ou=service-users,dc=crans,dc=org"; + bind_dn = "cn=synapse,ou=service-users,dc=crans,dc=org"; bind_password_file = config.age.secrets.ldap_synapse_password.path; filter = "(&(objectclass=inetOrgPerson)(objectclass=posixAccount))"; };