From 8ce5e3b84f47dc6bcee54c4934d632d27265ba32 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 5 Oct 2023 12:07:50 -0700 Subject: [PATCH] Import zoneToZonefile too --- authoritative-dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authoritative-dns.nix b/authoritative-dns.nix index 183b2ab..75efa86 100644 --- a/authoritative-dns.nix +++ b/authoritative-dns.nix @@ -66,7 +66,7 @@ in { }; }; - imports = [ ./nsd.nix ]; + imports = [ ./nsd.nix ./zone-to-zonefile.nix ]; config = mkIf cfg.enable { services.fudo-nsd = {