diff --git a/hosts/pc/boot.nix b/hosts/pc/boot.nix index 6252b08..94dc86f 100644 --- a/hosts/pc/boot.nix +++ b/hosts/pc/boot.nix @@ -4,4 +4,8 @@ configurationLimit = 20; }; boot.loader.efi.canTouchEfiVariables = true; + + boot.binfmt.emulatedSystems = [ + "aarch64-linux" + ]; }