services.tor.settings.ControlPort
NixOS option
See torrc manual.
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
declared in: nixos/modules/services/security/tor.nixView source on NixOS/nixpkgs →[
{
port = 9051;
}
]