From 62c20637947edff9a7c560a3f3f3d8dcf7c412cc Mon Sep 17 00:00:00 2001 From: Henri Dohmen Date: Fri, 15 Aug 2025 13:33:49 +0200 Subject: [PATCH] increase max jobs on remote builder --- host/c2/default.nix | 2 +- host/solo/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host/c2/default.nix b/host/c2/default.nix index 2e0b2a5..8a3b174 100644 --- a/host/c2/default.nix +++ b/host/c2/default.nix @@ -30,7 +30,7 @@ sshUser = "nixremote"; system = "x86_64-linux"; protocol = "ssh-ng"; - maxJobs = 10; + maxJobs = 32; speedFactor = 2; supportedFeatures = [ "nixos-test" diff --git a/host/solo/default.nix b/host/solo/default.nix index a7ca643..9ddc15d 100644 --- a/host/solo/default.nix +++ b/host/solo/default.nix @@ -35,7 +35,7 @@ sshUser = "nixremote"; system = "x86_64-linux"; protocol = "ssh-ng"; - maxJobs = 10; + maxJobs = 32; speedFactor = 2; supportedFeatures = [ "nixos-test"