hosts: poseidon: don't build Nix documentation
This commit is contained in:
parent
7a9a6b9b91
commit
758e35488b
|
@ -145,4 +145,7 @@ in
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.permitRootLogin = "no";
|
services.openssh.permitRootLogin = "no";
|
||||||
services.openssh.passwordAuthentication = false;
|
services.openssh.passwordAuthentication = false;
|
||||||
|
|
||||||
|
# Takes a long while to build
|
||||||
|
documentation.nixos.enable = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue