From e6ed6ef0db5fc52fdd4506f71105e23b84b7552c Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 26 Apr 2024 15:49:07 +0200 Subject: [PATCH] hosts/hydra-1: Disable localhost as build machine as it messes with hydra scheduling --- hosts/hydra-1/build-machines.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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";