forked from emily/nixfiles
Reduce maxJobs on integra
This commit is contained in:
parent
abc2784495
commit
2fb286355a
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
{
|
||||
hostName = "integra.kyouma.net";
|
||||
sshUser = "build";
|
||||
maxJobs = 4;
|
||||
speedFactor = 8;
|
||||
maxJobs = 2;
|
||||
speedFactor = 4;
|
||||
systems = [ "aarch64-linux" ];
|
||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
||||
|
|
Loading…
Reference in a new issue