mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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 = ''
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user