From 3da3938f1f4260178bc6e316df05258b4427bac5 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 20 Jul 2026 22:16:30 -0400 Subject: increase num of jobs for build machine --- hosts/nepsis/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 33da16c..b7c7eb6 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -73,7 +73,7 @@ protocol = "ssh-ng"; sshUser = "nixremote"; sshKey = "/root/.ssh/nixremote"; - maxJobs = 1; + maxJobs = 3; speedFactor = 2; supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; mandatoryFeatures = []; -- cgit v1.3.1