mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:36:53 +01:00
Fix pasting error
This commit is contained in:
parent
88eb38fba3
commit
3fd08cf6d7
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue