Apparently some emails are still null?

This commit is contained in:
niten 2023-09-06 15:59:13 -07:00
parent 930f12ab17
commit b2d3ef23f2
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: ${opts.email}
mail: ${optionalString (opts.hasAttr email) opts.email}
'';
systemUserLdif = base: name: opts: ''