summary refs log tree commit diff
path: root/nixos/modules/config/users-groups.nix
Commit message (Expand)AuthorAge
* Create /home with the right permissionsEelco Dolstra2018-02-27
* Move creation of /root to the activation scriptEelco Dolstra2018-02-05
* users-groups module: use `buildEnv` in per-user profilesMichal Rus2017-11-05
* environment.etc: add user/group optionVolth2017-07-29
* users-groups module: add per-user packagestv2017-05-12
* users-groups module: optionSet -> submoduleEric Sagnes2016-09-13
* modules/users-groups: add shell exampleProfpatsch2016-06-25
* Merge pull request #16189 from zimbatm/usershell-configzimbatm2016-06-19
|\
| * Use shell packages to select the user's shellzimbatm2016-06-12
* | nixos: remove the grsecurity GIDJoachim Fasting2016-06-14
|/
* Fix package name typoJacob Mitchell2016-01-02
* Factor out option renamingEelco Dolstra2015-10-14
* Rename users.extraUsers -> users.users, users.extraGroup -> users.groupsEelco Dolstra2015-09-02
* If !cfg.mutableUsers, require a password or SSH authorized keyEelco Dolstra2015-09-02
* pam_mount module: integrate pam_mount into PAM of NixOSThomas Strobel2015-07-04
* Fix references to current-system/sw/sbinWilliam A. Kennington III2015-04-01
* Add "input" groupEelco Dolstra2015-03-03
* fix manualDomen Kožar2015-01-03
* clarify things about hashed passwords and mutableUsersDomen Kožar2015-01-02
* 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