set qemu flash erase block size

module-based-network
Daniel Barlow 2023-04-10 22:55:25 +01:00
parent 2566dc564c
commit 29c7af5892
1 changed files with 1 additions and 0 deletions

View File

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