mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:36:33 +01:00
Pls fix
This commit is contained in:
parent
a410476c55
commit
2654f6f3a0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in
|
||||||
forwarders = [];
|
forwarders = [];
|
||||||
zones = {
|
zones = {
|
||||||
"." = {
|
"." = {
|
||||||
file = pkgs.dns-root-data.path + "/root.hints";
|
file = "${pkgs.dns-root-data}/root.hints";
|
||||||
master = true;
|
master = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue