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;