Compare commits
2 Commits
0e73a701ec
...
c59527e2f2
Author | SHA1 | Date |
---|---|---|
Moritz Böhme | c59527e2f2 | |
Moritz Böhme | cb60186c36 |
|
@ -107,22 +107,6 @@
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue