remote-builder: +maxJobs

This commit is contained in:
2024-07-31 01:06:24 +03:00
parent d32a0e023d
commit 39a2f0bdc1
2 changed files with 5 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ in
inherit (host) system supportedFeatures;
hostName = host.jakstIP;
sshKey = "/etc/ssh/ssh_host_ed25519_key";
maxJobs = 2;
};
node_exporter = {