From e76d11bae5d0802d76935f4c58f41e324d745dcf Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 22 Jun 2023 21:09:54 +0200 Subject: [PATCH] Styx: Update remote builders --- home/programs/ssh/shared/builder.nix | 16 ---------------- system/hosts/Styx.nix | 10 ++-------- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/home/programs/ssh/shared/builder.nix b/home/programs/ssh/shared/builder.nix index 16d3f21..f6e59f6 100644 --- a/home/programs/ssh/shared/builder.nix +++ b/home/programs/ssh/shared/builder.nix @@ -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; diff --git a/system/hosts/Styx.nix b/system/hosts/Styx.nix index f713dcd..cc32b68 100644 --- a/system/hosts/Styx.nix +++ b/system/hosts/Styx.nix @@ -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; } {