From c1faa3971240795e5d74c61ff2a10fafaa67fb72 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Wed, 24 Jan 2024 12:59:28 -0800 Subject: [PATCH] chore(plex): lan rules --- nixos/plex.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/plex.nix b/nixos/plex.nix index fa607541..3163b67f 100644 --- a/nixos/plex.nix +++ b/nixos/plex.nix @@ -15,7 +15,10 @@ # Tautulli and Ombi will also be reverse proxied, presumably networking.firewall = { - allowedTCPPorts = [32400 8324 32469 8181 5000]; + interfaces.local.allowedTCPPorts = [ + 32400 + ]; + allowedTCPPorts = [8324 32469 8181 5000]; allowedUDPPorts = [1900 5353 32410 32412 32413 32414]; }; }