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 = {
|
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user