diff options
| author | Max Audron <audron@cocaine.farm> | 2024-08-12 11:58:08 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-08-12 11:58:08 +0200 |
| commit | 74b6dd0ccbb10a0e3e0747406e7f409f32fc9e12 (patch) | |
| tree | 3756104c42235fdf371908e395a2d40cfa0ba20a /modules/powerdns/default.nix | |
| parent | update garage config to 1.0 (diff) | |
update powerdns config
Diffstat (limited to 'modules/powerdns/default.nix')
| -rw-r--r-- | modules/powerdns/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/powerdns/default.nix b/modules/powerdns/default.nix index 4543940..1f411df 100644 --- a/modules/powerdns/default.nix +++ b/modules/powerdns/default.nix @@ -35,9 +35,9 @@ let secondary = '' autosecondary = yes bind-config = ${bind} - bind-supermaster-config = /var/lib/pdns/named-autosecondary.conf - bind-supermaster-destdir = /var/lib/pdns/zones - bind-supermasters = ${autoprimary} + bind-autoprimary-config = /var/lib/pdns/named-autosecondary.conf + bind-autoprimary-destdir = /var/lib/pdns/zones + bind-autoprimaries = ${autoprimary} guardian = yes launch = bind local-address = 0.0.0.0 [::] |
