From b31e61479836df0333cf9a5b60b296964137abea Mon Sep 17 00:00:00 2001 From: Xory Date: Thu, 5 Feb 2026 18:23:13 +0200 Subject: [PATCH] firewall tweaks --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index a37e163..eee6997 100644 --- a/configuration.nix +++ b/configuration.nix @@ -283,8 +283,8 @@ # List services that you want to enable: # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 8000 8080 25565 ]; - networking.firewall.allowedUDPPorts = [ 8000 8080 ]; + networking.firewall.allowedTCPPorts = [ 8000 8080 25565 5173 5174 ]; + networking.firewall.allowedUDPPorts = [ 8000 8080 5173 5174 ]; # Or disable the firewall altogether. # networking.firewall.enable = false; nix.settings.experimental-features = [ "nix-command" "flakes" ];