From 78c65b4ee257086e0c2c366d88cc9501cb2d45f7 Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 6 May 2024 11:56:06 -0400 Subject: [PATCH] Add capabilities to remote build servers --- modules/base/nix.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/base/nix.nix b/modules/base/nix.nix index ef0bfd8..3c1193e 100644 --- a/modules/base/nix.nix +++ b/modules/base/nix.nix @@ -32,6 +32,8 @@ supportedFeatures = [ "nixos-test" "kvm" + "benchmark" + "big-parllel" ]; }]; @@ -40,4 +42,4 @@ builders-use-substitutes = true ''; }; -} \ No newline at end of file +}