From 9034cd6f3c405bd8eb0ad27ab3d9022e4a688311 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 19 Jan 2023 12:28:05 +0100 Subject: [PATCH] Revert "Replace chrony with systemd-timesyncd" This reverts commit 66cca22c376e70e70c5b34e2e9195ab169da869b. --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";