summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 3247512e..41efc471 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -661,6 +661,7 @@ in rec {
661 ]; 661 ];
662 provideXFR = [ "217.70.142.96 NOKEY" 662 provideXFR = [ "217.70.142.96 NOKEY"
663 ]; 663 ];
664 outgoingInterface = "188.68.51.254@5353";
664 children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; }); 665 children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; });
665 }; 666 };
666 }; 667 };