summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/update-users-groups.pl
AgeCommit message (Expand)Author
2019-10-14nixos/users: Increase maximum system uid/gid from 499 to 999Silvan Mosberger
2019-08-25nixos/update-users-groups.pl: chomp hashedPasswordMatthew Bauer
2017-03-29update-users-groups.pl: Keep track of deallocated UIDs/GIDsEelco Dolstra
2017-03-08nixos/users-groups: chown home on createHomeFranz Pletz
2016-08-30update-users-groups.pl: correctly guard duplicate uids for declarative usersDomen Kožar
2016-07-01nixos/update-users-groups.pl: print UIDs and GIDsBjørn Forsman
2015-02-24Ensure that the home directory exists even if the user already existsEelco Dolstra
2014-11-08update-users-groups.pl: Use UTF-8 instead of latin1.Rüdiger Sonderfeld
2014-11-03Handle removing a password if mutableUsers = falseEelco Dolstra
2014-11-03Add initialPassword and initialHashedPassword optionsEelco Dolstra
2014-10-31update-users-groups.pl: Generate hashed passwords internallyEelco Dolstra
2014-08-18Fix setting an empty passwordEelco Dolstra
2014-08-15Unify mutableUsers = { true, false }Eelco Dolstra