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