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