Replace timesyncd with chrony
This commit is contained in:
parent
fbe8ed39d3
commit
a74a6c8aa9
|
@ -66,7 +66,7 @@
|
|||
|
||||
# Set timezone and synchronize NTP
|
||||
time.timeZone = "Europe/Brussels";
|
||||
services.timesyncd.enable = true;
|
||||
services.chrony.enable = true;
|
||||
|
||||
# NixOS version
|
||||
system.stateVersion = "20.09";
|
||||
|
|
Loading…
Reference in New Issue