Compare commits

..

No commits in common. "c59527e2f206caf371ca2a8d47f2966272844c2c" and "0e73a701ecb5a68b570b5f18f6495b85a8eb9642" have entirely different histories.

1 changed files with 16 additions and 0 deletions

View File

@ -107,6 +107,22 @@
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
}; };
nix = {
distributedBuilds = true;
buildMachines = [
{
hostName = "builder";
system = "x86_64-linux";
maxJobs = 6;
speedFactor = 2;
supportedFeatures = [ "nixos.test" "benchmark" "big-parallel" "kvm" ];
}
];
extraOptions = ''
builders-use-substitutes = true
'';
};
programs.ssh.extraConfig = '' programs.ssh.extraConfig = ''
Host builder Host builder
Hostname 192.168.0.14 Hostname 192.168.0.14