hydra: add buildMachines

did I deploy that?
This commit is contained in:
Astro 2021-03-24 21:09:51 +01:00
parent 70774131f1
commit 6056b78ce6
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@
extraOptions = ''
allowed-uris = http:// https://
'';
trustedUsers = [ "hydra" ];
buildMachines = [{
hostName = "localhost";
system = "x86_64-linux";
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
maxJobs = 4;
}];
};
services.hydra = {