WIP push to see what passes
This commit is contained in:
parent
259f5c767b
commit
adc198b3af
7 changed files with 100 additions and 57 deletions
|
@ -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 ] ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue