Skip to content

Ddns updater

services.ddns-updater.enable

Whether to enable Container to update DNS records periodically with WebUI for many DNS providers. Type: boolean

Default

false

Example

true

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

services.ddns-updater.environment

Environment variables to be set for the ddns-updater service. DATADIR is ignored to enable using systemd DynamicUser. For full list see https://github.com/qdm12/ddns-updater Type: attribute set of string

Default

{ }

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

services.ddns-updater.package

The ddns-updater package to use. Type: package

Default

pkgs.ddns-updater

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