1
0
Fork 0

hosts/hydra-1: use localhost as builder too

This commit is contained in:
clerie 2023-07-08 23:29:55 +02:00
parent c6a1e2531e
commit fcc3f61fbd
1 changed files with 9 additions and 12 deletions

View File

@ -30,18 +30,15 @@
settings.allowed-uris = "http:// https://";
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";
# publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUUyeFFCQ3NGQkN3TDluNE9QL2JQbmd0Tk8xZnk5a1B3MTNaL05Eb2JhMTYgcm9vdEBoeWRyYS0xCg==";
#}
{
hostName = "localhost";
systems = [
"x86_64-linux"
"armv6l-linux"
"armv7l-linux"
"aarch64-linux"
];
}
{
hostName = "hydra-2.net.clerie.de";
sshUser = "root";