From 1d97e433f5a3c4d1b44fcb19c252c54ab54750c5 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Fri, 9 Jun 2023 19:06:34 -0300 Subject: [PATCH] Opened port for simple voice chat --- hosts/servers/alexandria.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/servers/alexandria.nix b/hosts/servers/alexandria.nix index 8db7a3c..71948f7 100644 --- a/hosts/servers/alexandria.nix +++ b/hosts/servers/alexandria.nix @@ -19,6 +19,9 @@ networking = { hostName = "alexandria"; - firewall = { allowedTCPPorts = [ 80 443 9666 ]; }; + firewall = { + allowedTCPPorts = [ 80 443 9666 ]; + allowedUDPPorts = [ 24454 ]; + }; }; }