trim down the qemu kernel config
just retain the options we need to pass the tests
This commit is contained in:
parent
c6ed5d6f2d
commit
3ef30056c4
4 changed files with 65 additions and 136 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue