diff --git a/nixos/ryu/configuration.nix b/nixos/ryu/configuration.nix index 75e12867..1fa40e09 100644 --- a/nixos/ryu/configuration.nix +++ b/nixos/ryu/configuration.nix @@ -191,6 +191,7 @@ nftables.enable = true; firewall = { enable = true; + allowedUDPPorts = [4950 4955]; # Warframe allowedTCPPortRanges = [ { from = 1714;