services.gvpe.configText
NixOS option
GVPE config contents
type: null or strings concatenated with "\n"Default
null
Example
declared in: nixos/modules/services/networking/gvpe.nixView source on NixOS/nixpkgs →'' tcp-port = 655 udp-port = 655 mtu = 1480 ifname = vpn0 node = alpha hostname = alpha.example.org connect = always enable-udp = true enable-tcp = true on alpha if-up = if-up-0 on alpha pid-file = /var/gvpe/gvpe.pid ''