From 3c93af29761d92bede6a34b28ab6baca8cbde412 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Thu, 21 Aug 2025 12:26:59 +0300 Subject: [PATCH] woah --- hosts/server/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {