From 0cfa5408d60ad7c70c733e67f89ef9345835b8eb Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 18 Mar 2024 20:11:37 +0100 Subject: [PATCH] machine/thinkman: remote build with 4 jobs on newton --- machines/thinkman/remote-build.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/thinkman/remote-build.nix b/machines/thinkman/remote-build.nix index 32512f7..62a014f 100644 --- a/machines/thinkman/remote-build.nix +++ b/machines/thinkman/remote-build.nix @@ -12,6 +12,7 @@ in supportedFeatures = [ "nixos-test" "benchmark" "kvm" "big-parallel" ]; sshUser = "nixremote"; sshKey = secrets."nixremote/ssh_key".path; + maxJobs = 4; } ];