From a74a6c8aa924f40fec975d677b65a69a53bcb9be Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 11 Oct 2020 15:12:59 +0200 Subject: [PATCH] Replace timesyncd with chrony --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 5d113b3..21fcd92 100644 --- a/configuration.nix +++ b/configuration.nix @@ -66,7 +66,7 @@ # Set timezone and synchronize NTP time.timeZone = "Europe/Brussels"; - services.timesyncd.enable = true; + services.chrony.enable = true; # NixOS version system.stateVersion = "20.09";