From 66cca22c376e70e70c5b34e2e9195ab169da869b Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 8 Jan 2023 11:56:57 +0100 Subject: [PATCH] Replace chrony with systemd-timesyncd --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";