Remove zone

This commit is contained in:
Johannes Jöns 2023-03-06 14:21:59 +01:00
parent 2654f6f3a0
commit 7da8224ac0

View file

@ -13,12 +13,6 @@ in
services.bind = {
enable = true;
forwarders = [];
zones = {
"." = {
file = "${pkgs.dns-root-data}/root.hints";
master = true;
};
};
};
};
}