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 b14e2e5a39
commit 88969087fe
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;