1
0
Fork 0

hosts/hydra-1: Fix hydra cannot connect to localhost as buildmachine

This commit is contained in:
clerie 2024-04-22 20:19:48 +02:00
parent 2eb575a104
commit cf9b4a9cd4
1 changed files with 3 additions and 2 deletions

View File

@ -30,13 +30,15 @@
distributedBuilds = true;
buildMachines = [
{
hostName = "localhost";
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";
@ -48,7 +50,6 @@
"aarch64-linux"
];
sshKey = "/var/lib/hydra/id_ed25519";
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSURaRUQ5UU0rcWU3c0I2UjZhdHZQNldOYUkyc0Mybmg3VFRzRDZrZ1JwbnIgcm9vdEBoeWRyYS0yCg==";
}
];
};