feat: remove specific TCP port from firewall allowed list

This commit removes a predefined TCP port (8080) from the allowed list in the networking firewall. This choice will increase the security features by avoiding any unnecessary open ports in the firewall configuration.
This commit is contained in:
Harald Hoyer 2024-07-05 15:48:19 +02:00
parent 100a721474
commit b845b617b0

View file

@ -52,7 +52,7 @@ with lib.metacfg;
security.tpm2.abrmd.enable = false;
networking.wireless.enable = false; # Enables wireless support via wpa_supplicant.
networking.firewall.allowedTCPPorts = [ 8080 ];
networking.firewall.allowPing = true;
powerManagement.cpuFreqGovernor = "ondemand";