hosts: poseidon: don't build Nix documentation

This commit is contained in:
Antoine Martin 2021-05-20 14:56:36 +02:00
parent 7a9a6b9b91
commit 758e35488b

View file

@ -145,4 +145,7 @@ in
services.openssh.enable = true;
services.openssh.permitRootLogin = "no";
services.openssh.passwordAuthentication = false;
# Takes a long while to build
documentation.nixos.enable = false;
}