diff --git a/configuration.nix b/configuration.nix index c4795a8..b133e63 100644 --- a/configuration.nix +++ b/configuration.nix @@ -83,7 +83,7 @@ with pkgs; # Set timezone and synchronize NTP time.timeZone = "Europe/Brussels"; - services.timesyncd.enable = true; + services.chrony.enable = true; # NixOS version system.stateVersion = "22.05";