mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #138748 from dschrempf/localtimed_nogroup
nixos/localtimed: nogroup fix
This commit is contained in:
commit
806e2b3643
@ -37,7 +37,9 @@ in {
|
|||||||
users.users.localtimed = {
|
users.users.localtimed = {
|
||||||
description = "localtime daemon";
|
description = "localtime daemon";
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
group = "localtimed";
|
||||||
};
|
};
|
||||||
|
users.groups.localtimed = {};
|
||||||
|
|
||||||
systemd.services.localtime = {
|
systemd.services.localtime = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user