From 111920a63fe9f3ca04168c586435a59f4bf04b44 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Tue, 28 May 2024 05:15:57 +0530 Subject: [PATCH] hosts: update x86builder from satori to okina (who uses this) Signed-off-by: Amneesh Singh --- hosts/x86builder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/x86builder.nix b/hosts/x86builder.nix index 940aa1e..1cf621d 100644 --- a/hosts/x86builder.nix +++ b/hosts/x86builder.nix @@ -5,7 +5,7 @@ builders-use-substitutes = true ''; buildMachines = [{ - hostName = "satori"; + hostName = "okina"; systems = [ "x86_64-linux" "aarch64-linux" ]; maxJobs = 4; speedFactor = 2;