From a10a4db764f8d77087d9194dc61e9a93d23bf039 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 24 May 2023 04:36:26 -0400 Subject: atlas: register i686-linux in binfmt --- hosts/atlas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/atlas/default.nix') diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 097fda1..11db15e 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -20,7 +20,7 @@ }; boot = { - binfmt.emulatedSystems = ["x86_64-linux"]; + binfmt.emulatedSystems = ["x86_64-linux" "i686-linux"]; cleanTmpDir = true; loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; -- cgit v1.2.3