password -> passwd
This commit is contained in:
parent
92be492607
commit
45b15e65fd
|
@ -415,7 +415,7 @@ in {
|
||||||
|
|
||||||
declarativeContents = let
|
declarativeContents = let
|
||||||
usersWithPasswords =
|
usersWithPasswords =
|
||||||
filterAttrs (_: userOpts: userOpts.ldap-hashed-password != null)
|
filterAttrs (_: userOpts: userOpts.ldap-hashed-passwd != null)
|
||||||
cfg.users;
|
cfg.users;
|
||||||
in {
|
in {
|
||||||
"${cfg.base}" = ''
|
"${cfg.base}" = ''
|
||||||
|
|
Loading…
Reference in New Issue