hellonet: don't run ntp

it's a bit pointless when there's no connectivity to
any ntp server
doc-do-over
Daniel Barlow 2023-09-15 00:29:45 +01:00
parent c6faf88dd1
commit 98c63e7498
1 changed files with 0 additions and 6 deletions

View File

@ -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 = {