Umm...must be getting tired

This commit is contained in:
niten 2023-09-06 16:01:01 -07:00
parent b2d3ef23f2
commit 92962b83ed

View File

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