diff options
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -846,9 +846,9 @@ in rec { | |||
846 | }; | 846 | }; |
847 | zones = { | 847 | zones = { |
848 | "inwx" = { | 848 | "inwx" = { |
849 | notify = [ "217.70.142.96 NOKEY" | 849 | notify = [ "185.181.104.96 NOKEY" |
850 | ]; | 850 | ]; |
851 | provideXFR = [ "217.70.142.96 NOKEY" | 851 | provideXFR = [ "185.181.104.96 NOKEY" |
852 | ]; | 852 | ]; |
853 | outgoingInterface = "188.68.51.254"; | 853 | outgoingInterface = "188.68.51.254"; |
854 | children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; }); | 854 | children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; }); |