mirror of
https://github.com/ivabus/nixos
synced 2024-11-09 18:15:18 +03:00
Change ntp server from ntpd to chrony
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
4648045ec8
commit
03fe098eb7
|
@ -34,7 +34,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.ntp.enable = true;
|
||||
services.chrony.enable = true;
|
||||
networking.timeServers =
|
||||
[ "ntp1.vniiftri.ru" "0.ru.pool.ntp.org" "0.pool.ntp.org" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue