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:
parent
456c2f905f
commit
4276a68271
1 changed files with 11 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue