feat: add qemu for aarch64 simulation

This commit is contained in:
Jet 2026-03-17 01:01:30 -07:00
parent 02d42ab4cd
commit ef50c36670
No known key found for this signature in database

View file

@ -8,6 +8,7 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 1; boot.loader.timeout = 1;
boot.loader.systemd-boot.consoleMode = "max"; boot.loader.systemd-boot.consoleMode = "max";
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
networking.hostName = "framework"; networking.hostName = "framework";