Ensure firewall is active

...it was, but there's still a rule I don't understand, despite nmap results looking good
This commit is contained in:
Chris (wolcen) Thompson 2025-06-02 13:35:32 -04:00
parent 881db84a26
commit 6dfade4734

View file

@ -190,6 +190,7 @@
#networking.firewall.allowedTCPPorts = [ 9003 ];
networking.firewall = {
enable = true;
allowedTCPPorts = [ 9003 ];
allowedUDPPorts = [ 51820 ];
# if packets are still dropped, they will show up in dmesg