services.vwifi.client.extraArgs

NixOS option

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.

type: list of string
Default
[ ]
Example
[
  "--number"
  "3"
]
declared in: nixos/modules/services/networking/vwifi.nixView source on NixOS/nixpkgs →