Umm...must be getting tired

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