Replace chrony with systemd-timesyncd

This commit is contained in:
coolneng 2023-01-08 11:56:57 +01:00
parent f4a4df6c51
commit 66cca22c37
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ with pkgs;
# Set timezone and synchronize NTP # Set timezone and synchronize NTP
time.timeZone = "Europe/Brussels"; time.timeZone = "Europe/Brussels";
services.chrony.enable = true; services.timesyncd.enable = true;
# NixOS version # NixOS version
system.stateVersion = "22.05"; system.stateVersion = "22.05";