mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-27 21:38:30 +01:00
Fix wrong userAttrs default
This commit is contained in:
parent
6db6c0dc72
commit
c43d8c4a3c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue