mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-11 23:22:40 +02:00
feat: dstributed builds
This commit is contained in:
@@ -45,7 +45,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 = 3;
|
maxJobs = 4;
|
||||||
# speedFactor's a signed integer
|
# speedFactor's a signed integer
|
||||||
# nix seems always try to build on the machine with the highest speedFactor
|
# nix seems always try to build on the machine with the highest speedFactor
|
||||||
speedFactor = 1;
|
speedFactor = 1;
|
||||||
@@ -59,7 +59,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