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