0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

treewide: Switch to system users

This commit is contained in:
Janne Heß 2019-10-12 22:25:28 +02:00
parent d4f085036b
commit d6c08776ba
48 changed files with 81 additions and 17 deletions

View file

@ -99,7 +99,10 @@ in
environment.systemPackages = [ pkg ];
users.users.${user}.group = group;
users.users.${user} = {
group = group;
isSystemUser = true;
};
users.groups.${group} = { };
systemd.tmpfiles.rules = [