diff --git a/hosts/hydra-1/build-machines.nix b/hosts/hydra-1/build-machines.nix index 36c001e..c6c5dc8 100644 --- a/hosts/hydra-1/build-machines.nix +++ b/hosts/hydra-1/build-machines.nix @@ -5,17 +5,17 @@ nix = { distributedBuilds = true; buildMachines = [ - { - hostName = "hydra-1.net.clerie.de"; - sshUser = "root"; - systems = [ - "x86_64-linux" - "armv6l-linux" - "armv7l-linux" - "aarch64-linux" - ]; - sshKey = "/var/lib/hydra/id_ed25519"; - } +# { +# hostName = "hydra-1.net.clerie.de"; +# sshUser = "root"; +# systems = [ +# "x86_64-linux" +# "armv6l-linux" +# "armv7l-linux" +# "aarch64-linux" +# ]; +# sshKey = "/var/lib/hydra/id_ed25519"; +# } { hostName = "hydra-2.net.clerie.de"; sshUser = "root";