services.vwifi.server.extraArgs

NixOS option

Extra arguments to pass to vwifi-server. You can use this for things including changing the ports or inducing packet loss.

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