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 ]; + }; }; }