forked from DGNum/liminix
convert ntp to serviceDefn
This commit is contained in:
parent
93e04bb834
commit
2414dd4b55
4 changed files with 49 additions and 52 deletions
|
@ -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; };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue