remove standard.nix modues from qemu test

qemu kernel can't be configured for CONFIG_MTD_SPLIT_UIMAGE_FW
required by flashimage
This commit is contained in:
Daniel Barlow
2023-05-17 21:51:54 +01:00
parent 07b92b5df3
commit 4cb4399a1c
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ let
inherit (pkgs.liminix.services) oneshot longrun bundle target;
in rec {
imports = [
./modules/standard.nix
./modules/tftpboot.nix
./modules/wlan.nix
];
services.loopback = config.hardware.networkInterfaces.lo;