From 6b3f1bccb06e9d24a366a407e436edcd4505115d Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 7 Oct 2023 18:40:53 +0900 Subject: [PATCH] Update builder maxjobs --- nixos/common/modules/remote-builders.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/modules/remote-builders.nix b/nixos/common/modules/remote-builders.nix index daa54fbb..84c88558 100644 --- a/nixos/common/modules/remote-builders.nix +++ b/nixos/common/modules/remote-builders.nix @@ -5,7 +5,7 @@ hostName = "nixos-vm-01"; # Only availalbe on the Headscale network sshUser = "albert"; protocol = "ssh-ng"; - maxJobs = 4; + maxJobs = 8; speedFactor = 2; systems = [ "x86_64-linux" "aarch64-linux" ]; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];