networking.wireless.interfaces
NixOS option
The interfaces wpa_supplicant will use. If empty and networking.wireless.autoDetectInterfaces is true it will automatically use all wireless interfaces. A separate wpa_supplicant instance will be started for each interface.
type: list of stringDefault
[ ]
Example
declared in: nixos/modules/services/networking/wpa_supplicant.nixView source on NixOS/nixpkgs →[ "wlan0" "wlan1" ]