Adjust Hydra configuration

This commit is contained in:
Vili Sinervä 2025-07-24 12:46:09 +03:00
parent 32479e136f
commit 955eaa63f9
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
2 changed files with 3 additions and 2 deletions

View file

@ -42,6 +42,7 @@ in
port = 8080; port = 8080;
useSubstitutes = true; useSubstitutes = true;
extraConfig = '' extraConfig = ''
max_concurrent_evals = 6
<dynamicruncommand> <dynamicruncommand>
enable = 1 enable = 1
</dynamicruncommand> </dynamicruncommand>
@ -80,7 +81,7 @@ in
"big-parallel" "big-parallel"
"benchmark" "benchmark"
]; ];
maxJobs = 4; maxJobs = 6;
} }
]; ];

View file

@ -16,7 +16,7 @@ in
buildMachines = lib.mkIf (cfg.remoteBuilds.additional || cfg.remoteBuilds.exclusive) [ buildMachines = lib.mkIf (cfg.remoteBuilds.additional || cfg.remoteBuilds.exclusive) [
{ {
hostName = "cache.sinerva.eu"; hostName = "cache.sinerva.eu";
maxJobs = 4; maxJobs = 6;
protocol = "ssh"; protocol = "ssh";
speedFactor = 10; speedFactor = 10;
sshUser = "nix-ssh"; sshUser = "nix-ssh";