convert ntp to serviceDefn
This commit is contained in:
@@ -90,7 +90,7 @@ in rec {
|
||||
];
|
||||
};
|
||||
|
||||
services.ntp = svc.ntp {
|
||||
services.ntp = svc.ntp.build {
|
||||
pools = { "pool.ntp.org" = ["iburst"]; };
|
||||
makestep = { threshold = 1.0; limit = 3; };
|
||||
};
|
||||
|
Reference in New Issue
Block a user