From 6d3da6cba560ca8441368a4927c0005cbb53ba80 Mon Sep 17 00:00:00 2001 From: ShatteredMINT Date: Fri, 13 Mar 2026 16:08:47 +0100 Subject: [PATCH] add binfmt wrapper for cross compilation --- devices/desk.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/desk.nix b/devices/desk.nix index 59f04d2..8509208 100644 --- a/devices/desk.nix +++ b/devices/desk.nix @@ -13,6 +13,7 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" "sg" ]; boot.extraModulePackages = [ ]; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; fileSystems."/" = { device = "NIX_DESK_POOL/root";