Fix wrong userAttrs default

This commit is contained in:
Sandro 2024-08-10 21:44:47 +00:00 committed by lewo
parent 6db6c0dc72
commit c43d8c4a3c

View file

@ -278,7 +278,7 @@ in
dovecot = { dovecot = {
userAttrs = mkOption { userAttrs = mkOption {
type = types.nullOr types.str; type = types.nullOr types.str;
default = ""; default = null;
description = '' description = ''
LDAP attributes to be retrieved during userdb lookups. LDAP attributes to be retrieved during userdb lookups.