1
0
Fork 0

Styx: Update remote builders

This commit is contained in:
Daniel Kempkens 2023-06-22 21:09:54 +02:00
parent 0238686ef9
commit e76d11bae5
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 2 additions and 24 deletions

View file

@ -1,21 +1,5 @@
{
matchBlocks = {
"builder-sail" = {
hostname = "sail.ts.kempkens.network";
port = 22;
user = "root";
identityFile = "~/.ssh/Hetzner.pub";
identitiesOnly = true;
};
"builder-attic" = {
hostname = "attic.ts.kempkens.network";
port = 22;
user = "root";
identityFile = "~/.ssh/Hetzner.pub";
identitiesOnly = true;
};
"builder-tanker" = {
hostname = "tanker.ts.kempkens.network";
port = 22;

View file

@ -43,15 +43,9 @@
buildMachines = [
{
hostName = "builder-sail";
hostName = "builder-tanker";
systems = [ "x86_64-linux" "aarch64-linux" ];
maxJobs = 1;
}
{
hostName = "builder-attic";
systems = [ "x86_64-linux" "aarch64-linux" ];
maxJobs = 1;
maxJobs = 2;
}
{