summaryrefslogtreecommitdiff
path: root/machines/helium.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/helium.nix')
-rw-r--r--machines/helium.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/helium.nix b/machines/helium.nix
index d2a054f..228cd98 100644
--- a/machines/helium.nix
+++ b/machines/helium.nix
@@ -183,6 +183,10 @@ in {
sshUser = "ben";
sshKey = "/home/ben/.ssh/id_rsa";
system = "x86_64-linux";
+ supportedFeatures = [
+ "x86_64-linux"
+ "big-parallel"
+ ];
}
];
nix.distributedBuilds = true;