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" ];