added mc6 to remote build systems

added substitutes
This commit is contained in:
mc-fucker 2024-04-02 20:15:18 +02:00
parent 1d11ebd20a
commit aab3423d33

View file

@ -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: