firewall settings cleanup

This commit is contained in:
Lyn 2024-02-16 04:33:19 +01:00
parent 35bccb641f
commit 64cd40d845

View file

@ -93,7 +93,7 @@ services.gitea-actions-runner = {
networking.firewall.allowPing = true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [48540 ];
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;