services.tang.listenStream

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

Type
list of string
Default
[
  "7654"
]
Example
[
  "198.168.100.1:7654"
  "[2001:db8::1]:7654"
  "7654"
]
Declared
<nixpkgs/nixos/modules/services/security/tang.nix>