MyNixOS website logo
option

users.users.<name>.expires

Set the date on which the user's account will no longer be accessible. The date is expressed in the format YYYY-MM-DD, or null to disable the expiry. A user whose account is locked must contact the system administrator before being able to use the system again.

Declarations
Type
null or string matching the pattern [[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}
Default
null