Put the zones key in the correct location

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 17:02:12 +01:00
parent 925f268b15
commit 18eb8a944a
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -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 ];