summary refs log tree commit diff
path: root/nixos/modules/config/update-users-groups.pl
AgeCommit message (Expand)AuthorFilesLines
2022-10-17nixos/update-users-groups.pl: sort json file for better reproducibilitySandro Jäckel1-2/+2
2022-05-23nixos/users-group: make homeMode respect is_dry and create home directly with...Federico Beffa1-2/+2
2022-04-11nixos/users-group: Add 'homeMode' option.Federico Beffa1-1/+1
2022-01-09users-groups service: add autoSubUidGidRange optionNikolay Amiantov1-1/+1
2021-09-07nixos/users-groups: Add dry modeJanne Heß1-15/+28
2021-03-18nixos/update-users-groups: read access to /etc/shadow for group shadowJaakko Luttinen1-1/+1
2020-12-31Merge pull request #41966 from aneeshusa/allow-mutable-shells-for-declarative...Niklas Hambüchen1-0/+9
2020-12-16nixos/users-groups: createHome: Ensure HOME permissions, fix descriptionKlemens Nanni1-1/+2
2020-11-20Merge pull request #98544 from Mic92/unfuck-update-user-groupGraham Christensen1-10/+8
2020-09-23nixos/update-users-groups: write files truly atomicJörg Thalheim1-2/+1
2020-09-23nixos/update-users-groups: fix encoding of json databaseJörg Thalheim1-2/+2
2020-09-23nixos/update-users-group: treat all file as utf-8Jörg Thalheim1-6/+5
2020-07-13nixos.users-groups: Set up subuid/subgid mappings for all normal usersadisbladis1-0/+55
2020-09-25nixos/update-users-groups: /etc/shadow owned by root:shadowCole Helbling1-0/+6
2019-10-14nixos/users: Increase maximum system uid/gid from 499 to 999Silvan Mosberger1-2/+2
2019-08-25nixos/update-users-groups.pl: chomp hashedPasswordMatthew Bauer1-0/+1
2019-04-07nixos/users: Allow mutable shells for declarative usersAneesh Agrawal1-0/+9
2017-03-29update-users-groups.pl: Keep track of deallocated UIDs/GIDsEelco Dolstra1-17/+53
2017-03-08nixos/users-groups: chown home on createHomeFranz Pletz1-1/+1
2016-08-30update-users-groups.pl: correctly guard duplicate uids for declarative usersDomen Kožar1-2/+2
2016-07-01nixos/update-users-groups.pl: print UIDs and GIDsBjørn Forsman1-2/+2
2015-02-24Ensure that the home directory exists even if the user already existsEelco Dolstra1-5/+5
2014-11-08update-users-groups.pl: Use UTF-8 instead of latin1.Rüdiger Sonderfeld1-5/+5
2014-11-03Handle removing a password if mutableUsers = falseEelco Dolstra1-0/+1
2014-11-03Add initialPassword and initialHashedPassword optionsEelco Dolstra1-0/+6
2014-10-31update-users-groups.pl: Generate hashed passwords internallyEelco Dolstra1-17/+17
2014-08-18Fix setting an empty passwordEelco Dolstra1-2/+2
2014-08-15Unify mutableUsers = { true, false }Eelco Dolstra1-0/+239