1
0
Fork 0

hosts/hydra-1: Disable localhost as build machine as it messes with hydra scheduling

This commit is contained in:
clerie 2024-04-26 15:49:07 +02:00
parent 8ba55f1049
commit e6ed6ef0db
1 changed files with 11 additions and 11 deletions

View File

@ -5,17 +5,17 @@
nix = { nix = {
distributedBuilds = true; distributedBuilds = true;
buildMachines = [ buildMachines = [
{ # {
hostName = "hydra-1.net.clerie.de"; # hostName = "hydra-1.net.clerie.de";
sshUser = "root"; # sshUser = "root";
systems = [ # systems = [
"x86_64-linux" # "x86_64-linux"
"armv6l-linux" # "armv6l-linux"
"armv7l-linux" # "armv7l-linux"
"aarch64-linux" # "aarch64-linux"
]; # ];
sshKey = "/var/lib/hydra/id_ed25519"; # sshKey = "/var/lib/hydra/id_ed25519";
} # }
{ {
hostName = "hydra-2.net.clerie.de"; hostName = "hydra-2.net.clerie.de";
sshUser = "root"; sshUser = "root";