MyNixOS website logo
option

services.tang.listenStream

Addresses and/or ports on which tang should listen. For detailed syntax see ListenStream in systemd.socket(5).

Declarations
Type
list of string
Default
[
  "7654"
]
Example
[
  "198.168.100.1:7654"
  "[2001:db8::1]:7654"
  "7654"
]