nixos/systemd-timesyncd: use the correct server list (#40919)
This commit is contained in:
@@ -34,7 +34,7 @@ with lib;
|
|||||||
|
|
||||||
environment.etc."systemd/timesyncd.conf".text = ''
|
environment.etc."systemd/timesyncd.conf".text = ''
|
||||||
[Time]
|
[Time]
|
||||||
NTP=${concatStringsSep " " config.services.ntp.servers}
|
NTP=${concatStringsSep " " config.services.timesyncd.servers}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
users.extraUsers.systemd-timesync.uid = config.ids.uids.systemd-timesync;
|
users.extraUsers.systemd-timesync.uid = config.ids.uids.systemd-timesync;
|
||||||
|
|||||||
Reference in New Issue
Block a user