summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/atlas/default.nix1
-rw-r--r--hosts/p-body/buildMachines.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix
index deb0490..2d19e5b 100644
--- a/hosts/atlas/default.nix
+++ b/hosts/atlas/default.nix
@@ -10,7 +10,6 @@
];
boot = {
- binfmt.emulatedSystems = ["x86_64-linux" "i686-linux"];
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
tmp.cleanOnBoot = true;
diff --git a/hosts/p-body/buildMachines.nix b/hosts/p-body/buildMachines.nix
index f58c455..07f1cd1 100644
--- a/hosts/p-body/buildMachines.nix
+++ b/hosts/p-body/buildMachines.nix
@@ -6,7 +6,7 @@ _: {
maxJobs = 4;
sshUser = "bob";
supportedFeatures = ["benchmark" "big-parallel" "gccarch-armv8-a" "kvm" "nixos-test"];
- systems = ["aarch64-linux" "x86_64-linux" "i686-linux"];
+ systems = ["aarch64-linux"];
}
];