summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/ymir.nix b/ymir.nix
index 3f887455..4f2c282b 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -852,11 +852,9 @@ in rec {
852 }; 852 };
853 zones = { 853 zones = {
854 "inwx" = { 854 "inwx" = {
855 notify = [ "217.70.142.96 NOKEY" 855 notify = [ "185.181.104.96 NOKEY"
856 "185.181.104.96 NOKEY"
857 ]; 856 ];
858 provideXFR = [ "217.70.142.96 NOKEY" 857 provideXFR = [ "185.181.104.96 NOKEY"
859 "185.181.104.96 NOKEY"
860 ]; 858 ];
861 outgoingInterface = "188.68.51.254"; 859 outgoingInterface = "188.68.51.254";
862 children = dnsZones; 860 children = dnsZones;