1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-15 17:50:54 +00:00

nixos/routnerr-2: use servnerr-3 as a remote builder

This commit is contained in:
Matt Layher 2020-04-26 11:19:45 -04:00
parent 456c2f905f
commit 4276a68271

View file

@ -124,6 +124,17 @@ in {
# Automatic store optimization.
autoOptimiseStore = true;
# Use server as a remote builder.
buildMachines = [{
hostName = "servnerr-3";
system = "x86_64-linux";
maxJobs = 8;
cores = 2;
speedFactor = 2;
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
}];
distributedBuilds = true;
};
services = {