From 6f7a3ab78782285fb4e0b674de993b6e7e09f448 Mon Sep 17 00:00:00 2001 From: sid Date: Sat, 2 May 2026 19:21:27 +0200 Subject: [PATCH] pc: arm binfmt --- hosts/pc/boot.nix | 4 ++++ 1 file changed, 4 insertions(+) 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" + ]; }