hellonet: don't run ntp
it's a bit pointless when there's no connectivity to any ntp server
This commit is contained in:
parent
c6faf88dd1
commit
98c63e7498
1 changed files with 0 additions and 6 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue