chrony: arbitrary step
according to chatgpt, should work when clock is off by up to ~19 years.
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user