add binfmt wrapper for cross compilation

This commit is contained in:
2026-03-13 16:08:47 +01:00
parent 2d06332891
commit 6d3da6cba5

View File

@@ -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";