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/atlas/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/atlas/default.nix') diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 310a644..097fda1 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -20,6 +20,7 @@ }; boot = { + binfmt.emulatedSystems = ["x86_64-linux"]; cleanTmpDir = true; loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; -- cgit v1.2.3