aboutsummaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/remote-builder.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/remote-builder.nix b/profiles/remote-builder.nix
index 3aa772f..dfa3bc0 100644
--- a/profiles/remote-builder.nix
+++ b/profiles/remote-builder.nix
@@ -10,10 +10,12 @@
sshKey = config.age.secrets.ssh-remote-builder.path;
systems = [
+ "i686-linux"
"x86_64-linux"
];
- maxJobs = 4;
+ maxJobs = 8;
+ speedFactor = 2;
supportedFeatures = [
"nixos-test"