diff --git a/configuration.nix b/configuration.nix index b133e63..c4795a8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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";