diff --git a/modules/boot/timesync.nix b/modules/boot/timesync.nix index d74f3829..de85d6a5 100644 --- a/modules/boot/timesync.nix +++ b/modules/boot/timesync.nix @@ -12,6 +12,9 @@ with lib; { boot.initrd.systemd.users.systemd-timesync = { uid = config.users.users.systemd-timesync.uid; }; + boot.initrd.systemd.groups.systemd-timesync = { + gid = config.users.groups.systemd-timesync.gid; + }; boot.initrd.systemd.network = { enable = true; wait-online.enable = true;