services.pulseaudio.tcp.port

NixOS option

TCP connection port. The default null value, means pulseaudio will try to use the default 4713 port, but if it is occupied, it will fallback to a random port.

type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
null
Example
4713
declared in: nixos/modules/services/audio/pulseaudio.nixView source on NixOS/nixpkgs →