nixos/update-users-groups: /etc/shadow owned by root:shadow

This commit is contained in:
Cole Helbling
2020-09-25 09:38:35 -07:00
parent d6d1c121e1
commit 937359fcf1
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -346,6 +346,7 @@ in
paperless = 315;
#mailman = 316; # removed 2019-08-30
zigbee2mqtt = 317;
# shadow = 318; # unused
# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
@@ -647,6 +648,7 @@ in
paperless = 315;
#mailman = 316; # removed 2019-08-30
zigbee2mqtt = 317;
shadow = 318;
# When adding a gid, make sure it doesn't match an existing
# uid. Users and groups with the same name should have equal