base/chrony: use nixpkgs-unstable version of chrony

This commit is contained in:
2025-11-13 10:17:11 -08:00
parent 34e3a947cb
commit 23fb152dcc

View File

@@ -41,6 +41,7 @@ in
services.chrony = {
enable = true;
package = pkgsUnstable.chrony;
# A lot of the default servers don't support NTS
enableNTS = false;
serverOption = "iburst";