From 90c9c9dd13ec5fe0ad1d1e7f09c84d7d9f209529 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 6 May 2021 18:00:47 +0200 Subject: [PATCH] nixos-module/container/dns: set notify-source for zone xfer --- nix/nixos-module/container/dns.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/nixos-module/container/dns.nix b/nix/nixos-module/container/dns.nix index 2b0bf30..48ad7cc 100644 --- a/nix/nixos-module/container/dns.nix +++ b/nix/nixos-module/container/dns.nix @@ -101,6 +101,8 @@ in 95.217.229.209; 2a01:4f9:4b:39ec::4; }; + notify-source ${config.site.net.serv.hosts4.dns}; + notify-source-v6 ${config.site.net.serv.hosts6.up1.dns}; '' + lib.optionalString dynamic '' allow-update { key "dyndns"; }; '';