This commit is contained in:
niten 2023-09-06 16:13:37 -07:00
parent bfcd26ae7e
commit 169dee3939
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ let
shadowMax: 99999
shadowWarning: 7
userPassword: ${opts.ldap-hashed-passwd}
mail: ${if (opts.email != null) then email else ""}
mail: ${if (opts.email != null) then opts.email else ""}
'';
systemUserLdif = base: name: opts: ''