Fix wrong userAttrs default
This commit is contained in:
@@ -278,7 +278,7 @@ in
|
||||
dovecot = {
|
||||
userAttrs = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
default = "";
|
||||
default = null;
|
||||
description = ''
|
||||
LDAP attributes to be retrieved during userdb lookups.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user