From 2654f6f3a0c3ab99301d74b3b6b88d39b8a1184a Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 6 Mar 2023 14:10:25 +0100 Subject: [PATCH] Pls fix --- 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 9d84a55..e7db065 100644 --- a/modules/system/dns/default.nix +++ b/modules/system/dns/default.nix @@ -15,7 +15,7 @@ in forwarders = []; zones = { "." = { - file = pkgs.dns-root-data.path + "/root.hints"; + file = "${pkgs.dns-root-data}/root.hints"; master = true; }; };