Loading nixos/modules/config/users-groups.nix +2 −0 Original line number Diff line number Diff line Loading @@ -871,6 +871,7 @@ in render.gid = ids.gids.render; sgx.gid = ids.gids.sgx; shadow.gid = ids.gids.shadow; clock.gid = ids.gids.clock; }; system.activationScripts.users = Loading Loading @@ -1033,6 +1034,7 @@ in cdrom = { }; tape = { }; kvm = { }; clock = { }; }; }; Loading nixos/modules/misc/ids.nix +1 −0 Original line number Diff line number Diff line Loading @@ -690,6 +690,7 @@ in rstudio-server = 324; localtimed = 325; automatic-timezoned = 326; clock = 327; # When adding a gid, make sure it doesn't match an existing # uid. Users and groups with the same name should have equal Loading Loading
nixos/modules/config/users-groups.nix +2 −0 Original line number Diff line number Diff line Loading @@ -871,6 +871,7 @@ in render.gid = ids.gids.render; sgx.gid = ids.gids.sgx; shadow.gid = ids.gids.shadow; clock.gid = ids.gids.clock; }; system.activationScripts.users = Loading Loading @@ -1033,6 +1034,7 @@ in cdrom = { }; tape = { }; kvm = { }; clock = { }; }; }; Loading
nixos/modules/misc/ids.nix +1 −0 Original line number Diff line number Diff line Loading @@ -690,6 +690,7 @@ in rstudio-server = 324; localtimed = 325; automatic-timezoned = 326; clock = 327; # When adding a gid, make sure it doesn't match an existing # uid. Users and groups with the same name should have equal Loading