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 string
Default
[ ]
Example
[
  "wlan0"
  "wlan1"
]
declared in: nixos/modules/services/networking/wpa_supplicant.nixView source on NixOS/nixpkgs →