From e68b9ca00a6c3a470e42f689417191fe90db9c16 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Thu, 30 Oct 2025 11:33:50 +0530 Subject: [PATCH] feat(configuration): add trusted interface and UDP port for Warframe --- nixos/ryu/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nixos/ryu/configuration.nix b/nixos/ryu/configuration.nix index 1fa40e09..5fc49229 100644 --- a/nixos/ryu/configuration.nix +++ b/nixos/ryu/configuration.nix @@ -191,7 +191,14 @@ nftables.enable = true; firewall = { enable = true; - allowedUDPPorts = [4950 4955]; # Warframe + trustedInterfaces = [ + "tailscale0" + ]; + allowedUDPPorts = [ + 4950 + 4955 + 3113 + ]; # Warframe allowedTCPPortRanges = [ { from = 1714;