mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:36:34 +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 {
|
config = mkIf cfg.enable {
|
||||||
services.bind = {
|
services.bind = {
|
||||||
enable = true;
|
enable = true;
|
||||||
services.bind.forwarders = [];
|
forwarders = [];
|
||||||
zones = {
|
zones = {
|
||||||
"." = {
|
"." = {
|
||||||
file = pkgs.dns-root-data.path + "/root.hints";
|
file = pkgs.dns-root-data.path + "/root.hints";
|
||||||
|
|
Loading…
Reference in a new issue