chrony: arbitrary step

according to chatgpt, should work when clock is off by up to ~19 years.
This commit is contained in:
2025-10-18 15:39:18 +00:00
parent f1b2258813
commit 5c7a84cc63

View File

@@ -239,6 +239,10 @@ in
chrony = { chrony = {
enable = true; enable = true;
servers = [ "time.cloudflare.com" ]; servers = [ "time.cloudflare.com" ];
initstepslew.threshold = 1;
extraConfig = ''
makestep 1 -1
'';
}; };
locate = { locate = {