From a410476c5514980e7139aaa4ed6af62d0ab3cf8c Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 6 Mar 2023 14:07:54 +0100 Subject: [PATCH] Hope this works --- modules/system/dns/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/dns/default.nix b/modules/system/dns/default.nix index 8765a36..9d84a55 100644 --- a/modules/system/dns/default.nix +++ b/modules/system/dns/default.nix @@ -16,6 +16,7 @@ in zones = { "." = { file = pkgs.dns-root-data.path + "/root.hints"; + master = true; }; }; };