diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/p-body/buildMachines.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/p-body/buildMachines.nix b/hosts/p-body/buildMachines.nix index e8bde7c..e09601c 100644 --- a/hosts/p-body/buildMachines.nix +++ b/hosts/p-body/buildMachines.nix @@ -20,7 +20,7 @@ in { hostName = "localhost"; speedFactor = 75; supportedFeatures = ["big-parallel" "benchmark" "kvm" "nixos-test"]; - system = "x86_64-linux"; + systems = ["x86_64-linux" "i686-linux"]; } { hostName = "atlas"; |
