This commit is contained in:
jopejoe1 2024-04-27 17:53:58 +02:00
parent 35665ec4d3
commit ad48fb07d4

View file

@ -35,8 +35,8 @@
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowedTCPPorts = [ 80 443 ]; allowedTCPPorts = [ 80 443 53 ];
allowedUDPPorts = [ 80 443 ]; allowedUDPPorts = [ 80 443 53 ];
}; };
services.nginx = { services.nginx = {