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"; };