trim down the qemu kernel config

just retain the options we need to pass the tests
This commit is contained in:
Daniel Barlow 2022-10-18 22:28:07 +01:00
parent c6ed5d6f2d
commit 3ef30056c4
4 changed files with 65 additions and 136 deletions

View file

@ -13,6 +13,13 @@ in rec {
];
};
imports = [ ../../modules/wlan.nix ];
kernel.checkedConfig = {
MAC80211_HWSIM = "y";
};
services.wlan = interface { type = "hardware"; device = "wlan0"; };
services.hostap = hostapd (services.wlan) {