machine/thinkman: remote build with 4 jobs on newton

This commit is contained in:
Felix Buehler 2024-03-18 20:11:37 +01:00
parent 5f8d065ed9
commit 0cfa5408d6

View file

@ -12,6 +12,7 @@ in
supportedFeatures = [ "nixos-test" "benchmark" "kvm" "big-parallel" ]; supportedFeatures = [ "nixos-test" "benchmark" "kvm" "big-parallel" ];
sshUser = "nixremote"; sshUser = "nixremote";
sshKey = secrets."nixremote/ssh_key".path; sshKey = secrets."nixremote/ssh_key".path;
maxJobs = 4;
} }
]; ];