From b2cb5fd7ff07d9a9499902366445d8a1d27d246a Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 26 Feb 2025 00:35:06 +0300 Subject: [PATCH] feat: add more features to remote builder --- modules/common/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; });