summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/users-groups.nix
AgeCommit message (Expand)Author
2018-12-15lib.makePerlPath -> perlPackages.makePerlPathvolth
2018-10-24nixos/users: fix users home directory with isNormalUserJeff Slight
2018-08-25systemd: added groups kvm, renderEric Wolf
2018-07-23fix build with allowAliases=falsevolth
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth
2018-04-08Increase max group name length to 32 charactersaszlig
2018-04-05Merge pull request #38111 from oxij/tree/cleanupsMichael Raskin
2018-03-30user/group assertion to not exceed the 32 character limitJoachim Schiele
2018-03-30nixos: users-groups: cleanupJan Malakhovski
2018-02-27Create /home with the right permissionsEelco Dolstra
2018-02-05Move creation of /root to the activation scriptEelco Dolstra
2017-11-05users-groups module: use `buildEnv` in per-user profilesMichal Rus
2017-07-29environment.etc: add user/group optionVolth
2017-05-12users-groups module: add per-user packagestv
2016-09-13users-groups module: optionSet -> submoduleEric Sagnes
2016-06-25modules/users-groups: add shell exampleProfpatsch
2016-06-19Merge pull request #16189 from zimbatm/usershell-configzimbatm
2016-06-14nixos: remove the grsecurity GIDJoachim Fasting
2016-06-12Use shell packages to select the user's shellzimbatm
2016-01-02Fix package name typoJacob Mitchell
2015-10-14Factor out option renamingEelco Dolstra
2015-09-02Rename users.extraUsers -> users.users, users.extraGroup -> users.groupsEelco Dolstra
2015-09-02If !cfg.mutableUsers, require a password or SSH authorized keyEelco Dolstra
2015-07-04pam_mount module: integrate pam_mount into PAM of NixOSThomas Strobel
2015-04-01Fix references to current-system/sw/sbinWilliam A. Kennington III
2015-03-03Add "input" groupEelco Dolstra
2015-01-03fix manualDomen Kožar
2015-01-02clarify things about hashed passwords and mutableUsersDomen Kožar
2014-11-03Obsolete security.initialPasswordEelco Dolstra
2014-11-03Handle initialPassword and initialHashedPassword for !mutableUsersEelco Dolstra
2014-11-03Add initialPassword and initialHashedPassword optionsEelco Dolstra
2014-10-23passwordFile: update descriptionLongrin Wischnewski
2014-09-22nixos: Add also group.members to groupRickard Nilsson
2014-09-10Support users-groups.json referring to store pathsEelco Dolstra
2014-09-05Fix subuid/subgid generationEelco Dolstra
2014-08-30Merge recent master into stagingVladimír Čunát
2014-08-29nixos/users-groups: Fix eval on missing uid/gid.aszlig
2014-08-29Merge pull request #3100 from tailhook/new-shadowMichael Raskin
2014-08-21Merge recent master into stagingVladimír Čunát
2014-08-20use mkDefault on root's shellMatej Cotman
2014-08-15Add user attribute isNormalUserEelco Dolstra
2014-08-15Unify mutableUsers = { true, false }Eelco Dolstra
2014-08-01First implementation of subuid/subgid manipulation modulePaul Colomiets
2014-05-28better error message in case of missing uidsSönke Hahn
2014-05-17fix -G delimiter in call to useraddCharles Strahan
2014-05-09nixos-install: Ask the user to set a root passwordEelco Dolstra
2014-05-05Fix users.*.extraGroups for users.mutableUsers = true.Rob Vermaas
2014-04-29Bring back the isSystemUser optionEelco Dolstra
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
2014-04-11nixos: add grsecurity module (#1875)Austin Seipp