trim down the qemu kernel config
just retain the options we need to pass the tests
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user