hosts/hydra-1: Fix hydra cannot connect to localhost as buildmachine
This commit is contained in:
parent
2eb575a104
commit
cf9b4a9cd4
@ -30,13 +30,15 @@
|
|||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
{
|
{
|
||||||
hostName = "localhost";
|
hostName = "hydra-1.net.clerie.de";
|
||||||
|
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";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
hostName = "hydra-2.net.clerie.de";
|
hostName = "hydra-2.net.clerie.de";
|
||||||
@ -48,7 +50,6 @@
|
|||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
];
|
];
|
||||||
sshKey = "/var/lib/hydra/id_ed25519";
|
sshKey = "/var/lib/hydra/id_ed25519";
|
||||||
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSURaRUQ5UU0rcWU3c0I2UjZhdHZQNldOYUkyc0Mybmg3VFRzRDZrZ1JwbnIgcm9vdEBoeWRyYS0yCg==";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user