fix: centralise the ports
This commit is contained in:
parent
f63aa7f245
commit
fe93f796a6
4 changed files with 8 additions and 12 deletions
|
@ -67,6 +67,11 @@ in {
|
|||
group = "named";
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [53];
|
||||
allowedUDPPorts = [53];
|
||||
};
|
||||
|
||||
services.bind = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue