diff --git a/examples/hellonet.nix b/examples/hellonet.nix index b5373d7..33f7d65 100644 --- a/examples/hellonet.nix +++ b/examples/hellonet.nix @@ -7,7 +7,6 @@ in rec { imports = [ ../modules/network ../modules/dnsmasq - ../modules/ntp ../modules/ssh ]; hostname = "hellonet"; @@ -17,11 +16,6 @@ in rec { family = "inet"; address ="10.3.0.1"; prefixLength = 16; }; - services.ntp = svc.ntp.build { - pools = { "pool.ntp.org" = ["iburst"]; }; - makestep = { threshold = 1.0; limit = 3; }; - }; - services.sshd = svc.ssh.build { }; users.root = {