From 6b53bd8dc310e758ad804be3a69d865ba8cfd221 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 29 Oct 2025 23:38:29 +0530 Subject: [PATCH] feat(nixos): allow UDP ports 4950 and 4955 for Warframe --- nixos/ryu/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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;