h: cleanup ports that are open

This commit is contained in:
Aaron Bieber 2022-09-01 19:43:39 -06:00
parent 9217f91383
commit 466bc21fa7
No known key found for this signature in database

View File

@ -74,8 +74,7 @@ in {
};
};
firewall = {
allowedTCPPorts = [ 22 80 443 53 ];
allowedUDPPorts = [ 53 ];
allowedTCPPorts = [ 22 80 443 ];
allowedUDPPortRanges = [{
from = 60000;
to = 61000;