MyNixOS website logo
option

networking.wireless.interfaces

The interfaces wpa_supplicant will use. If empty, it will automatically use all wireless interfaces.

A separate wpa_supplicant instance will be started for each interface.
Declarations
Type
list of string
Default
[ ]
Example
[
  "wlan0"
  "wlan1"
]