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
+1
View File
@@ -537,6 +537,7 @@ in {
input.gid = ids.gids.input;
kvm.gid = ids.gids.kvm;
render.gid = ids.gids.render;
shadow.gid = ids.gids.shadow;
};
system.activationScripts.users = stringAfter [ "stdio" ]