add tftpboot test for mips

This commit is contained in:
Daniel Barlow 2023-12-21 19:17:14 +00:00
parent a962f18369
commit 9c894bdabf
8 changed files with 95 additions and 5 deletions

View file

@ -33,7 +33,7 @@
in {
defaultOutput = "vmroot";
rootDevice = "/dev/mtdblock0";
dts.src = null;
dts.src = pkgs.lib.mkDefault null;
flash.eraseBlockSize = 65536;
networkInterfaces =
let inherit (config.system.service.network) link;