convert ntp to serviceDefn

This commit is contained in:
Daniel Barlow
2023-08-05 14:16:54 +01:00
parent 93e04bb834
commit 2414dd4b55
4 changed files with 49 additions and 52 deletions

View File

@@ -37,7 +37,7 @@ in rec {
dependencies = [iface];
};
services.ntp = config.system.service.ntp {
services.ntp = config.system.service.ntp.build {
pools = { "pool.ntp.org" = ["iburst"] ; };
};