diff --git a/modules/common/nix.nix b/modules/common/nix.nix index 997e804..614f7b0 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -20,7 +20,7 @@ in { maxJobs = 20; protocol = "ssh-ng"; sshUser = "build"; - supportedFeatures = [ "kvm" "big-parallel" ]; + supportedFeatures = [ "benchmark" "big-parallel" "kvm" "nixos-test" ]; system = value.config.nixpkgs.hostPlatform.system; });