diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-22 12:36:43 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-22 12:36:43 +0100 |
commit | 22995c55f21a30540008a53230f7dbef7154aa5f (patch) | |
tree | d2c2c626ac6310eb43ca0cd0fc6ed907bb5158f7 /ymir.nix | |
parent | 2b6caeae7e430396d46c2987e34e1c350452fb7e (diff) | |
download | nixos-22995c55f21a30540008a53230f7dbef7154aa5f.tar nixos-22995c55f21a30540008a53230f7dbef7154aa5f.tar.gz nixos-22995c55f21a30540008a53230f7dbef7154aa5f.tar.bz2 nixos-22995c55f21a30540008a53230f7dbef7154aa5f.tar.xz nixos-22995c55f21a30540008a53230f7dbef7154aa5f.zip |
INWX ip change
Diffstat (limited to 'ymir.nix')
-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; }); |