MyNixOS website logo
option

services.vwifi.client.extraArgs

Extra arguments to pass to vwifi-client. You can use this if you want to bring the radios up using vwifi-client instead of at boot.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--number"
  "3"
]