Put the zones key in the correct location
This commit is contained in:
parent
925f268b15
commit
18eb8a944a
1 changed files with 26 additions and 26 deletions
|
@ -4,8 +4,6 @@
|
|||
config = {
|
||||
services.bind = {
|
||||
enable = true;
|
||||
};
|
||||
system.stateVersion = "21.11";
|
||||
zones = {
|
||||
"darkkirb.de" = {
|
||||
master = false;
|
||||
|
@ -33,6 +31,8 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
system.stateVersion = "21.11";
|
||||
};
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 53 ];
|
||||
networking.firewall.allowedUDPPorts = [ 53 ];
|
||||
|
|
Loading…
Reference in a new issue