nixos/users-groups: New clock system group

This commit is contained in:
Will Fancher
2025-07-23 18:03:05 -04:00
parent 95ec87adcb
commit f75a8b7e9a
2 changed files with 3 additions and 0 deletions

View File

@@ -871,6 +871,7 @@ in
render.gid = ids.gids.render; render.gid = ids.gids.render;
sgx.gid = ids.gids.sgx; sgx.gid = ids.gids.sgx;
shadow.gid = ids.gids.shadow; shadow.gid = ids.gids.shadow;
clock.gid = ids.gids.clock;
}; };
system.activationScripts.users = system.activationScripts.users =
@@ -1033,6 +1034,7 @@ in
cdrom = { }; cdrom = { };
tape = { }; tape = { };
kvm = { }; kvm = { };
clock = { };
}; };
}; };

View File

@@ -690,6 +690,7 @@ in
rstudio-server = 324; rstudio-server = 324;
localtimed = 325; localtimed = 325;
automatic-timezoned = 326; automatic-timezoned = 326;
clock = 327;
# When adding a gid, make sure it doesn't match an existing # When adding a gid, make sure it doesn't match an existing
# uid. Users and groups with the same name should have equal # uid. Users and groups with the same name should have equal