From 834a97602a2f985e90d7b2a596235e919c65450c Mon Sep 17 00:00:00 2001 From: alyx Date: Wed, 9 Jul 2025 20:06:21 +0100 Subject: [PATCH] h --- base/patio/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/patio/configuration.nix b/base/patio/configuration.nix index ae1bbe8..cdcb5b1 100644 --- a/base/patio/configuration.nix +++ b/base/patio/configuration.nix @@ -17,7 +17,7 @@ protocol = "ssh-ng"; # if the builder supports building for multiple architectures, # replace the previous line by, e.g. - # systems = ["x86_64-linux" "aarch64-linux"]; + systems = ["x86_64-linux" "i686-linux"]; maxJobs = 1; speedFactor = 2; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];