This commit is contained in:
Johannes Jöns 2023-03-06 14:10:25 +01:00
parent a410476c55
commit 2654f6f3a0

View file

@ -15,7 +15,7 @@ in
forwarders = [];
zones = {
"." = {
file = pkgs.dns-root-data.path + "/root.hints";
file = "${pkgs.dns-root-data}/root.hints";
master = true;
};
};