pc: arm binfmt

This commit is contained in:
sid 2026-05-02 19:21:27 +02:00
parent 00f335023b
commit 6f7a3ab787

View file

@ -4,4 +4,8 @@
configurationLimit = 20; configurationLimit = 20;
}; };
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.binfmt.emulatedSystems = [
"aarch64-linux"
];
} }