remove vpsfree from the pool of distributed builders, focusing on local builds
This commit is contained in:
parent
16b68aae4e
commit
9bc0671388
1 changed files with 10 additions and 22 deletions
|
@ -6,8 +6,7 @@
|
||||||
StrictHostKeyChecking=accept-new
|
StrictHostKeyChecking=accept-new
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [{
|
||||||
{
|
|
||||||
hostName = "bolty";
|
hostName = "bolty";
|
||||||
sshUser = "nix-builder";
|
sshUser = "nix-builder";
|
||||||
sshKey = "/home/cyryl/.ssh/id_ed25519";
|
sshKey = "/home/cyryl/.ssh/id_ed25519";
|
||||||
|
@ -16,18 +15,7 @@
|
||||||
speedFactor = 1;
|
speedFactor = 1;
|
||||||
supportedFeatures = [ "kvm" "big-parallel" ];
|
supportedFeatures = [ "kvm" "big-parallel" ];
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
}
|
}];
|
||||||
{
|
|
||||||
hostName = "vpsfree1";
|
|
||||||
sshUser = "nix-builder";
|
|
||||||
sshKey = "/home/cyryl/.ssh/id_ed25519";
|
|
||||||
systems = [ "x86_64-linux" ];
|
|
||||||
maxJobs = 2;
|
|
||||||
speedFactor = 2;
|
|
||||||
supportedFeatures = [ "kvm" ];
|
|
||||||
mandatoryFeatures = [ ];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
builders-use-substitutes = true
|
builders-use-substitutes = true
|
||||||
|
|
Loading…
Reference in a new issue