remote-builder: +maxJobs
This commit is contained in:
parent
d32a0e023d
commit
39a2f0bdc1
@ -112,6 +112,7 @@ in
|
||||
inherit (host) system supportedFeatures;
|
||||
hostName = host.jakstIP;
|
||||
sshKey = "/etc/ssh/ssh_host_ed25519_key";
|
||||
maxJobs = 2;
|
||||
};
|
||||
|
||||
node_exporter = {
|
||||
|
@ -18,6 +18,10 @@
|
||||
hostName = lib.mkOption { type = str; };
|
||||
sshKey = lib.mkOption { type = path; };
|
||||
supportedFeatures = lib.mkOption { type = listOf str; };
|
||||
maxJobs = lib.mkOption {
|
||||
type = int;
|
||||
default = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user