declare jonringer-builder build machine but do not use it by default

only nixpkgs-update will use it.
This commit is contained in:
Ryan Mulligan 2021-01-11 21:40:45 -08:00
parent 2ea63e406b
commit f47b49e501

View file

@ -90,4 +90,13 @@ in
};
};
nix.buildMachines = [ {
hostName = "jonringer-builder";
system = "x86_64-linux";
maxJobs = 25;
speedFactor = 2;
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" ];
mandatoryFeatures = [ ];
}] ;
}