services.tang.listenStream

NixOS option

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 in: nixos/modules/services/security/tang.nixView source on NixOS/nixpkgs →