Skip to content

Commit

Permalink
feat(network): wlan interface 'wlp0s20f0u2' as 'control' type
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Oct 27, 2024
1 parent 2376fbf commit 2ec813c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions system/modules/network/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
enable = true;
unmanaged = ["wlp0s20f0u2"];
};
wlanInterfaces = {
wlp0s20f0u2 = {
device = "wlp0s20f0u2";
type = "monitor";
flags = "control";
};
};

hostName = host.name;

wireguard.enable = true;
Expand Down

0 comments on commit 2ec813c

Please sign in to comment.