From 0ef5e0b9a6c18f8a1b76b29cd80eabbd10f291ee Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 11:57:01 +0200 Subject: [PATCH] feat: increase distributed build job amount --- hosts/nuos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index d699dbd..81ee105 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -93,7 +93,7 @@ hostName = "noa@lambdaOS"; system = "x86_64-linux"; protocol = "ssh-ng"; - maxJobs = 4; + maxJobs = 24; speedFactor = 3; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; mandatoryFeatures = [ ];