remove standard.nix modues from qemu test

qemu kernel can't be configured for CONFIG_MTD_SPLIT_UIMAGE_FW
required by flashimage
module-based-network
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

@ -13,6 +13,7 @@ let
in {
imports = [
../../vanilla-configuration.nix
../../modules/jffs2.nix
];
config = {
services.sshd = longrun {

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;