summary refs log tree commit diff
path: root/nixos/modules/config/users-groups.nix
Commit message (Expand)AuthorAge
* Obsolete security.initialPasswordEelco Dolstra2014-11-03
* Handle initialPassword and initialHashedPassword for !mutableUsersEelco Dolstra2014-11-03
* Add initialPassword and initialHashedPassword optionsEelco Dolstra2014-11-03
* passwordFile: update descriptionLongrin Wischnewski2014-10-23
* nixos: Add also group.members to groupRickard Nilsson2014-09-22
* Support users-groups.json referring to store pathsEelco Dolstra2014-09-10
* Fix subuid/subgid generationEelco Dolstra2014-09-05
* Merge recent master into stagingVladimír Čunát2014-08-30
|\
| * nixos/users-groups: Fix eval on missing uid/gid.aszlig2014-08-29
| * Merge pull request #3100 from tailhook/new-shadowMichael Raskin2014-08-29
| |\
| | * First implementation of subuid/subgid manipulation modulePaul Colomiets2014-08-01
* | | Merge recent master into stagingVladimír Čunát2014-08-21
|\| |
| * | use mkDefault on root's shellMatej Cotman2014-08-20
| |/
* | Add user attribute isNormalUserEelco Dolstra2014-08-15
* | Unify mutableUsers = { true, false }Eelco Dolstra2014-08-15
|/
* better error message in case of missing uidsSönke Hahn2014-05-28
* fix -G delimiter in call to useraddCharles Strahan2014-05-17
* nixos-install: Ask the user to set a root passwordEelco Dolstra2014-05-09
* Fix users.*.extraGroups for users.mutableUsers = true.Rob Vermaas2014-05-05
* Bring back the isSystemUser optionEelco Dolstra2014-04-29
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
* nixos: add grsecurity module (#1875)Austin Seipp2014-04-11
* Don't add users if createUser is falseRickard Nilsson2014-04-08
* Allow undefined uids and gids when mutableUsers = trueRickard Nilsson2014-04-06
* Allow directly setting hashedPassword for rootShea Levy2014-02-16
* user-groups: Sidestep all password escaping issuesShea Levy2014-02-10
* Properly escape passwords sent to chpasswdThomas Tuegel2014-02-10
* Add option to enforce uniqueness of uids/gids (on by default)Shea Levy2014-02-07
* Add description to group.members optionRickard Nilsson2014-02-05
* Re-introduce security.initialRootPassword, and add a new option users.extraUs...Rickard Nilsson2014-02-05
* Generate /etc/passwd and /etc/group at build timeRickard Nilsson2014-02-05
* Print a reminder to users to set or disable the root passwordEelco Dolstra2013-11-01
* Don't set an initial null root password for Amazon / VirtualBox imagesEelco Dolstra2013-11-01
* Improve description of the users.extraUsers.*.description optionEelco Dolstra2013-10-31
* Add lots of missing option typesEelco Dolstra2013-10-30
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10