diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 8192235..1339bd7 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -29,8 +29,8 @@ networking.firewall = { enable = true; - allowedTCPPorts = [ 22 443 8080 25565 ]; - allowedUDPPorts = [ ]; + allowedTCPPorts = [ 22 443 3000 3001 8080 25565 ]; + allowedUDPPorts = [ 22 443 3000 3001 8080 25565 ]; }; catppuccin = {