This commit is contained in:
niten 2023-09-06 16:10:57 -07:00
parent 92962b83ed
commit 59a0f02001
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: ${optionalString (hasAttr "email" opts) opts.email}
${optionalString (hasAttr "email" opts) "mail: ${opts.email}"}
'';
systemUserLdif = base: name: opts: ''