summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 0172be92..e8107fcb 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -851,6 +851,7 @@ in rec {
851 ]; 851 ];
852 outgoingInterface = "188.68.51.254"; 852 outgoingInterface = "188.68.51.254";
853 children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; }); 853 children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; });
854 dnssec = true;
854 }; 855 };
855 }; 856 };
856 }; 857 };