summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-11-07 20:12:48 -0500
committerBen Sima <ben@bsima.me>2022-11-07 20:18:22 -0500
commitd5681bcc9cb43a48853e8dbc10bb89b8fbc3b7f2 (patch)
tree761e61a6d2b1476ac8f28c009260c0a1170b069c /machines
parent3129db954f15e95d5a6057295c477bf599b5e508 (diff)
Fix supported features in remote builder
Diffstat (limited to 'machines')
-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;