added mc6 to remote build systems
added substitutes
This commit is contained in:
parent
1d11ebd20a
commit
aab3423d33
1 changed files with 13 additions and 5 deletions
|
|
@ -9,12 +9,20 @@
|
||||||
sshKey = "/root/.ssh/nixremote";
|
sshKey = "/root/.ssh/nixremote";
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
in
|
in
|
||||||
[ {
|
[
|
||||||
#buildOptions ++ hostName = "mc7";
|
{
|
||||||
inherit system protocol sshUser sshKey supportedFeatures;
|
inherit system protocol sshUser sshKey supportedFeatures;
|
||||||
hostName = "mc7";
|
hostName = "mc7";
|
||||||
}];
|
}
|
||||||
|
{
|
||||||
|
inherit system protocol sshUser sshKey supportedFeatures;
|
||||||
|
hostName = "mc6";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
nix.distributedBuilds = true;
|
nix.distributedBuilds = true;
|
||||||
|
nix.extraOptions = ''
|
||||||
|
builders-use-substitutes = true
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
# vim: set et ts=2 sw=2 ai:
|
# vim: set et ts=2 sw=2 ai:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue