fix: use cross-compilation from x86 to ARM for SD card image

This commit is contained in:
2026-01-31 22:59:19 +01:00
parent d04a6ed67e
commit c877e48e0a
2 changed files with 6 additions and 3 deletions

View File

@@ -76,8 +76,6 @@ in
};
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
hardware = {
cpu.intel.updateMicrocode = true;
graphics.enable = true;