MyNixOS website logo
option

services.wstunnel.servers.<name>.settings

Command line arguments to pass to wstunnel. Attributes of the form argName = true; will be translated to --argName, and argName = \"value\" to --argName value.

Declarations
Type
attribute set of (boolean or signed integer or string or list of string)
Default
{ }
Example
{
  someNewOption = true;
  someNewOptionWithValue = "someValue";
}