MyNixOS website logo
option

services.tor.settings.ControlPort

Declarations
Type
16 bit unsigned integer; between 0 and 65535 (both inclusive) or value "auto" (singular enum) or list of (16 bit unsigned integer; between 0 and 65535 (both inclusive) or value "auto" (singular enum) or (submodule))
Default
[ ]
Example
[
  {
    port = 9051;
  }
]