From 3eee95dbbaa4ee4e25360bbc3ace44e25b6297dc Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 17 Nov 2023 13:18:22 +0100 Subject: [PATCH] plex: allow LAN and Tailscale traffic --- hosts/architect/plex.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/architect/plex.nix b/hosts/architect/plex.nix index 9b25521..12c4519 100644 --- a/hosts/architect/plex.nix +++ b/hosts/architect/plex.nix @@ -23,10 +23,10 @@ in inherit port; proxyWebsockets = true; - # allowLan = true; - # allow = [ - # tailscale.net - # ]; + allowLan = true; + allow = [ + tailscale.net + ]; extraConfig = '' #Some players don't reopen a socket and playback stops totally instead of resuming after an extended pause send_timeout 100m;