Skip to content

Commit

Permalink
feat(k8s/apps/palworld): fixed palworld port handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Litarvan committed Feb 24, 2025
1 parent aae9bc0 commit 4e326e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systems/alligator/nginx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ let
in
{
networking.firewall = {
allowedTCPPorts = [ 80 443 8211 ];
allowedUDPPorts = [ 443 ];
allowedTCPPorts = [ 80 443 ];
allowedUDPPorts = [ 443 8211 ];
};

security.acme = {
Expand Down

0 comments on commit 4e326e1

Please sign in to comment.