Add build on Server7 from Hydra

This commit is contained in:
Ehmry - 2019-11-29 15:59:43 +01:00
parent 92a7952436
commit d4be00ff1a
1 changed files with 12 additions and 5 deletions

View File

@ -5,11 +5,18 @@
binaryCaches = [ "https://cache.nixos.org" "https://cache.dhall-lang.org" ]; binaryCaches = [ "https://cache.nixos.org" "https://cache.dhall-lang.org" ];
binaryCachePublicKeys = binaryCachePublicKeys =
[ "cache.dhall-lang.org:I9/H18WHd60olG5GsIjolp7CtepSgJmM2CsO813VTmM=" ]; [ "cache.dhall-lang.org:I9/H18WHd60olG5GsIjolp7CtepSgJmM2CsO813VTmM=" ];
buildMachines = [{ buildMachines = [
hostName = "localhost"; {
system = "x86_64-linux"; hostName = "localhost";
maxJobs = 2; system = "x86_64-linux";
}]; maxJobs = 2;
}
{
hostName = "server7.hq.c3d2.de";
system = "x86_64-linux";
maxJobs = 2;
}
];
}; };
services.hydra = { services.hydra = {