forked from mirrors/nixpkgs
nixos/systemd-timesyncd: use the correct server list (#40919)
This commit is contained in:
parent
c04d3ae0b2
commit
c42cb40291
|
@ -34,7 +34,7 @@ with lib;
|
|||
|
||||
environment.etc."systemd/timesyncd.conf".text = ''
|
||||
[Time]
|
||||
NTP=${concatStringsSep " " config.services.ntp.servers}
|
||||
NTP=${concatStringsSep " " config.services.timesyncd.servers}
|
||||
'';
|
||||
|
||||
users.extraUsers.systemd-timesync.uid = config.ids.uids.systemd-timesync;
|
||||
|
|
Loading…
Reference in a new issue