Skip to content

Pdnsd

services.pdnsd.cacheDir

Directory holding the pdnsd cache Type: string

Default

"/var/cache/pdnsd"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/pdnsd.nix

services.pdnsd.enable

Whether to enable pdnsd. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/pdnsd.nix

services.pdnsd.extraConfig

Extra configuration directives that should be added to pdnsd.conf.

Type: strings concatenated with "\n"

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/pdnsd.nix

services.pdnsd.globalConfig

Global configuration that should be added to the global directory of pdnsd.conf.

Type: strings concatenated with "\n"

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/pdnsd.nix

services.pdnsd.serverConfig

Server configuration that should be added to the server directory of pdnsd.conf.

Type: strings concatenated with "\n"

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/pdnsd.nix