summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-11-22 12:37:33 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-11-22 12:37:33 +0100
commitbe34e35ef1114b4011bdf3d55bf8bbf858965a08 (patch)
treef6ea8eb5c94910d35bc2c6ac7a03159b5f44998c
parent22995c55f21a30540008a53230f7dbef7154aa5f (diff)
downloadnixos-be34e35ef1114b4011bdf3d55bf8bbf858965a08.tar
nixos-be34e35ef1114b4011bdf3d55bf8bbf858965a08.tar.gz
nixos-be34e35ef1114b4011bdf3d55bf8bbf858965a08.tar.bz2
nixos-be34e35ef1114b4011bdf3d55bf8bbf858965a08.tar.xz
nixos-be34e35ef1114b4011bdf3d55bf8bbf858965a08.zip
Keep old ip for now
-rw-r--r--ymir.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index 96cb81a9..caf39118 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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; });