From 29c7af5892de13b5b852c988410dc929c221a7a2 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 10 Apr 2023 22:55:25 +0100 Subject: [PATCH] set qemu flash erase block size --- devices/qemu/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/qemu/default.nix b/devices/qemu/default.nix index 2e39453..d21b664 100644 --- a/devices/qemu/default.nix +++ b/devices/qemu/default.nix @@ -54,6 +54,7 @@ inherit (pkgs.liminix.networking) interface; in { defaultOutput = "vmroot"; + flash.eraseBlockSize = "65536"; # c.f. pkgs/mips-vm/mips-vm.sh networkInterfaces = { lan = interface { device = "eth0"; }; wan = interface { device = "eth1"; };