services.xl2tpd.extraPppdOptions

NixOS option

Adds extra lines to the pppd options file.

type: strings concatenated with "\n"
Default
""
Example
''
  ms-dns 8.8.8.8
  ms-dns 8.8.4.4
''
declared in: nixos/modules/services/networking/xl2tpd.nixView source on NixOS/nixpkgs →