From 4f09080b4901c1a3ea72f27cbcab25a852dd6635 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 24 May 2023 02:54:03 -0400 Subject: atlas: register x86_64-linux in binfmt --- hosts/p-body/buildMachines.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/p-body/buildMachines.nix') diff --git a/hosts/p-body/buildMachines.nix b/hosts/p-body/buildMachines.nix index 54f8bf0..e8bde7c 100644 --- a/hosts/p-body/buildMachines.nix +++ b/hosts/p-body/buildMachines.nix @@ -29,7 +29,7 @@ in { sshUser = "bob"; sshKey = config.age.secrets."${hostName}2atlas".path; supportedFeatures = ["benchmark" "big-parallel" "gccarch-armv8-a" "kvm" "nixos-test"]; - system = "aarch64-linux"; + systems = ["aarch64-linux" "x86_64-linux"]; } ]; -- cgit v1.2.3