hosts/hydra-1: Disable localhost as build machine as it messes with hydra scheduling
This commit is contained in:
parent
8ba55f1049
commit
e6ed6ef0db
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user