base/chrony: disable rtc trimming, enable rtcsync
This commit is contained in:
@@ -44,8 +44,13 @@ in
|
||||
package = pkgsUnstable.chrony;
|
||||
# A lot of the default servers don't support NTS
|
||||
enableNTS = false;
|
||||
enableRTCTrimming = false;
|
||||
serverOption = "iburst";
|
||||
servers = cfg.ntpServers;
|
||||
|
||||
extraConfig = ''
|
||||
rtcsync
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user