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";