hydra: set system-features for usage as a remote builder

This commit is contained in:
Astro 2023-01-05 21:49:21 +01:00
parent aabf6a4d2c
commit fc105bb0d9
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ in
keep-outputs = true;
max-jobs = 8;
trusted-users = [ "hydra" "root" "@wheel" ];
system-features = [
"kvm" "big-parallel"
"nixos-test" "benchmark"
];
};
};