WIP push to see what passes

This commit is contained in:
Daniel Barlow 2023-03-01 22:24:58 +00:00
parent 259f5c767b
commit adc198b3af
7 changed files with 100 additions and 57 deletions

View file

@ -15,8 +15,7 @@ in rec {
imports = [ ../../modules/wlan.nix ];
services.wlan = interface { type = "hardware"; device = "wlan0"; };
services.wlan = config.device.networkInterfaces.wlan_24;
services.hostap = hostapd (services.wlan) {
params = {
@ -40,7 +39,6 @@ in rec {
contents = with config.services; [
loopback
hostap
wlan_module
];
};
defaultProfile.packages = with pkgs; [ tcpdump ] ;