Fix pasting error

This commit is contained in:
Johannes Jöns 2023-03-06 13:53:14 +01:00
parent 88eb38fba3
commit 3fd08cf6d7

View file

@ -12,7 +12,7 @@ in
config = mkIf cfg.enable {
services.bind = {
enable = true;
services.bind.forwarders = [];
forwarders = [];
zones = {
"." = {
file = pkgs.dns-root-data.path + "/root.hints";