MyNixOS website logo
option

services.vwifi.server.extraArgs

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

Declarations
Type
list of string
Default
[ ]
Example
[
  "--lost-packets"
]