remove vpsfree from the pool of distributed builders, focusing on local builds

This commit is contained in:
Cyryl Płotnicki 2022-12-09 13:53:34 +00:00
parent 16b68aae4e
commit 9bc0671388

View file

@ -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