summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/update-users-groups.pl
AgeCommit message (Expand)Author
2024-07-09nixos: Set home directory parent tree permissions to 0755Tom Butler
2023-09-13nixos/user-groups: fixup of 5666a378rnhmjoj
2023-09-03nixos/update-users-groups: fix cross compilationr-vdp
2023-08-26Merge pull request #246772 from R-VdP/nixos-user-expiryFranz Pletz
2023-08-02nixos/update-users-groups: set expiry correctly for new usersr-vdp
2023-07-13nixos: show which files are related to "not applying GID/UID change"Bjørn Forsman
2023-02-25nixos/update-users-groups: let hashedPassword take precedence over initialHas...Lily Foster
2022-11-30nixos/update-users-groups: add support for account expiryzimbatm
2022-10-17nixos/update-users-groups.pl: sort json file for better reproducibilitySandro Jäckel
2022-05-23nixos/users-group: make homeMode respect is_dry and create home directly with...Federico Beffa
2022-04-11nixos/users-group: Add 'homeMode' option.Federico Beffa
2022-01-09users-groups service: add autoSubUidGidRange optionNikolay Amiantov
2021-09-07nixos/users-groups: Add dry modeJanne Heß
2021-03-18nixos/update-users-groups: read access to /etc/shadow for group shadowJaakko Luttinen
2020-12-31Merge pull request #41966 from aneeshusa/allow-mutable-shells-for-declarative...Niklas Hambüchen
2020-12-16nixos/users-groups: createHome: Ensure HOME permissions, fix descriptionKlemens Nanni
2020-11-20Merge pull request #98544 from Mic92/unfuck-update-user-groupGraham Christensen
2020-09-23nixos/update-users-groups: write files truly atomicJörg Thalheim
2020-09-23nixos/update-users-groups: fix encoding of json databaseJörg Thalheim
2020-09-23nixos/update-users-group: treat all file as utf-8Jörg Thalheim
2020-07-13nixos.users-groups: Set up subuid/subgid mappings for all normal usersadisbladis
2020-09-25nixos/update-users-groups: /etc/shadow owned by root:shadowCole Helbling
2019-10-14nixos/users: Increase maximum system uid/gid from 499 to 999Silvan Mosberger
2019-08-25nixos/update-users-groups.pl: chomp hashedPasswordMatthew Bauer
2019-04-07nixos/users: Allow mutable shells for declarative usersAneesh Agrawal
2017-03-29update-users-groups.pl: Keep track of deallocated UIDs/GIDsEelco Dolstra
2017-03-08nixos/users-groups: chown home on createHomeFranz Pletz
2016-08-30update-users-groups.pl: correctly guard duplicate uids for declarative usersDomen Kožar
2016-07-01nixos/update-users-groups.pl: print UIDs and GIDsBjørn Forsman
2015-02-24Ensure that the home directory exists even if the user already existsEelco Dolstra
2014-11-08update-users-groups.pl: Use UTF-8 instead of latin1.Rüdiger Sonderfeld
2014-11-03Handle removing a password if mutableUsers = falseEelco Dolstra
2014-11-03Add initialPassword and initialHashedPassword optionsEelco Dolstra
2014-10-31update-users-groups.pl: Generate hashed passwords internallyEelco Dolstra
2014-08-18Fix setting an empty passwordEelco Dolstra
2014-08-15Unify mutableUsers = { true, false }Eelco Dolstra