mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:46:50 +01:00
Remove zone
This commit is contained in:
parent
2654f6f3a0
commit
7da8224ac0
1 changed files with 0 additions and 6 deletions
|
@ -13,12 +13,6 @@ in
|
||||||
services.bind = {
|
services.bind = {
|
||||||
enable = true;
|
enable = true;
|
||||||
forwarders = [];
|
forwarders = [];
|
||||||
zones = {
|
|
||||||
"." = {
|
|
||||||
file = "${pkgs.dns-root-data}/root.hints";
|
|
||||||
master = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue