summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2023-06-28 23:07:11 +0200
committerlewo <lewo@abesis.fr>2023-07-11 19:31:20 +0000
commit71b4c62d85660a13657ded9d5194d90f2bd8122e (patch)
tree05f579df13581c7cdd81e2d758ac3edc14cc6b8a
parent6775502be3abe32beefb8fc3ec445628e41ac13a (diff)
dovecot: fix a typo on userAttrs
-rw-r--r--mail-server/dovecot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-server/dovecot.nix b/mail-server/dovecot.nix
index 92f587a..c683a8a 100644
--- a/mail-server/dovecot.nix
+++ b/mail-server/dovecot.nix
@@ -76,7 +76,7 @@ let
base = ${cfg.ldap.searchBase}
scope = ${mkLdapSearchScope cfg.ldap.searchScope}
${lib.optionalString (cfg.ldap.dovecot.userAttrs != "") ''
- user_attrs = ${cfg.ldap.dovecot.user_attrs}
+ user_attrs = ${cfg.ldap.dovecot.userAttrs}
''}
user_filter = ${cfg.ldap.dovecot.userFilter}
${lib.optionalString (cfg.ldap.dovecot.passAttrs != "") ''