Closed firewall port. Fixed middlewares not defined error.

This commit is contained in:
Raphaël Numbus
2026-02-27 16:03:59 +01:00
parent bf753471ba
commit 42f463152f
5 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
networking.firewall = {
enable = true;
allowPing = true;
allowedTCPPorts = [ 53 80 443 2283 ];
allowedTCPPorts = [ 53 80 443 ];
allowedUDPPorts = [ 53 443 ];
};
};