diff options
| author | Skullheadx <andrew@montgomery.systems> | 2026-07-20 22:16:30 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@montgomery.systems> | 2026-07-20 22:16:30 -0400 |
| commit | 3da3938f1f4260178bc6e316df05258b4427bac5 (patch) | |
| tree | 924e5723adb2195d3aa7bf42b7a4dc36cdf198ad | |
| parent | update lockfile (diff) | |
| download | nixos-3da3938f1f4260178bc6e316df05258b4427bac5.tar.gz nixos-3da3938f1f4260178bc6e316df05258b4427bac5.tar.bz2 nixos-3da3938f1f4260178bc6e316df05258b4427bac5.zip | |
increase num of jobs for build machine
| -rw-r--r-- | hosts/nepsis/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = []; |
