summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-24 04:18:33 -0400
committerseth <[email protected]>2023-05-24 04:18:33 -0400
commit0f37186cee0683239204bb2a14096fc034c58da3 (patch)
treea2bf7e65e98729321f102487b174e2d14421f054
parent8157ccfdae85a2909088602cfed2ffa5ff4645b9 (diff)
p-body: build for i686-linux
-rw-r--r--hosts/p-body/buildMachines.nix2
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";