mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-14 08:32:39 +02:00
feat: adjust idols's max-jobs
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
# 3. a host alias defined globally in /etc/ssh/ssh_config
|
# 3. a host alias defined globally in /etc/ssh/ssh_config
|
||||||
hostName = "aquamarine";
|
hostName = "aquamarine";
|
||||||
# remote builder's max-job
|
# remote builder's max-job
|
||||||
maxJobs = 2;
|
maxJobs = 3;
|
||||||
# speedFactor's a signed integer
|
# speedFactor's a signed integer
|
||||||
# but it seems that it's not used by Nix, takes no effect
|
# but it seems that it's not used by Nix, takes no effect
|
||||||
speedFactor = 1;
|
speedFactor = 1;
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
{
|
{
|
||||||
inherit sshUser sshKey systems supportedFeatures;
|
inherit sshUser sshKey systems supportedFeatures;
|
||||||
hostName = "kana";
|
hostName = "kana";
|
||||||
maxJobs = 1;
|
maxJobs = 2;
|
||||||
speedFactor = 1;
|
speedFactor = 1;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user