diff --git a/hosts/containers/hydra/hydra.nix b/hosts/containers/hydra/hydra.nix index f402f82a..32b77e6b 100644 --- a/hosts/containers/hydra/hydra.nix +++ b/hosts/containers/hydra/hydra.nix @@ -16,7 +16,7 @@ in { } { hostName = nix-build; system = "x86_64-linux"; - supportedFeatures = [ "kvm" "nixos-test" ]; + supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ]; maxJobs = 4; } { hostName = nix-build;