From 5c7a84cc639630f8573b94d1891a6b22d17b9750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 18 Oct 2025 15:39:18 +0000 Subject: [PATCH] chrony: arbitrary step according to chatgpt, should work when clock is off by up to ~19 years. --- modules/base/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/base/default.nix b/modules/base/default.nix index d40523b..9d271dd 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -239,6 +239,10 @@ in chrony = { enable = true; servers = [ "time.cloudflare.com" ]; + initstepslew.threshold = 1; + extraConfig = '' + makestep 1 -1 + ''; }; locate = {