diff --git a/chrony.nix b/chrony.nix index bd0937e..1b748c7 100644 --- a/chrony.nix +++ b/chrony.nix @@ -1,7 +1,7 @@ { config, ... }: { services.chrony = { enable = true; - enableNTS = true; + # enableNTS = true; servers = [ "0.pool.ntp.org" "1.pool.ntp.org" "2.pool.ntp.org" "3.pool.ntp.org" ]; }; }