From 3fd08cf6d7d23ed7b70b016e0705a037637e8331 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 6 Mar 2023 13:53:14 +0100 Subject: [PATCH] Fix pasting error --- modules/system/dns/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/dns/default.nix b/modules/system/dns/default.nix index 0a915ec..8765a36 100644 --- a/modules/system/dns/default.nix +++ b/modules/system/dns/default.nix @@ -12,7 +12,7 @@ in config = mkIf cfg.enable { services.bind = { enable = true; - services.bind.forwarders = []; + forwarders = []; zones = { "." = { file = pkgs.dns-root-data.path + "/root.hints";