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;