Pppd
services.pppd.enable
Whether to enable pppd.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/pppd.nix
services.pppd.package
The ppp package to use.
Type: package
Default
pkgs.ppp
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/pppd.nix
services.pppd.peers
pppd peers.
Type: attribute set of (submodule)
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/pppd.nix
services.pppd.peers.<name>.autostart
Whether the PPP session is automatically started at boot time.
Type: boolean
Default
true
Example
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/pppd.nix
services.pppd.peers.<name>.config
pppd configuration for this peer, see the pppd(8) man page.
Type: strings concatenated with "\n"
Default
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/pppd.nix
services.pppd.peers.<name>.enable
Whether to enable this PPP peer.
Type: boolean
Default
true
Example
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/pppd.nix
services.pppd.peers.<name>.name
Name of the PPP peer.
Type: string
Default
"‹name›"
Example
"dialup"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/pppd.nix