services.yggdrasil.settings.Listen

NixOS option

Listen addresses for incoming connections. You need listeners to accept incoming peerings from non-local nodes.

type: list of string
Default
[ ]
Example
[
  "tcp://0.0.0.0:xxxxx"
  "tls://[::]:yyyyy"
]
declared in: nixos/modules/services/networking/yggdrasil.nixView source on NixOS/nixpkgs →