services.pptpd.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/pptpd.nixView source on NixOS/nixpkgs →