summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/users-groups.nix
AgeCommit message (Expand)Author
2014-04-08Don't add users if createUser is falseRickard Nilsson
2014-04-06Allow undefined uids and gids when mutableUsers = trueRickard Nilsson
2014-02-16Allow directly setting hashedPassword for rootShea Levy
2014-02-10user-groups: Sidestep all password escaping issuesShea Levy
2014-02-10Properly escape passwords sent to chpasswdThomas Tuegel
2014-02-07Add option to enforce uniqueness of uids/gids (on by default)Shea Levy
2014-02-05Add description to group.members optionRickard Nilsson
2014-02-05Re-introduce security.initialRootPassword, and add a new option users.extraUs...Rickard Nilsson
2014-02-05Generate /etc/passwd and /etc/group at build timeRickard Nilsson
2013-11-01Print a reminder to users to set or disable the root passwordEelco Dolstra
2013-11-01Don't set an initial null root password for Amazon / VirtualBox imagesEelco Dolstra
2013-10-31Improve description of the users.extraUsers.*.description optionEelco Dolstra
2013-10-30Add lots of missing option typesEelco Dolstra
2013-10-30Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra