services.yggdrasil.settings.Peers

NixOS option

List of outbound peer connection strings. Connection strings can contain options, see the yggdrasil documentation.

type: list of string
Default
[ ]
Example
[
  "tcp://aa.bb.cc.dd:eeeee"
  "tcp://[aaaa:bbbb:cccc:dddd::eeee]:fffff"
]
declared in: nixos/modules/services/networking/yggdrasil.nixView source on NixOS/nixpkgs →