From 16514fe6c36b4d1a957c57bee958b7bd6a00398c Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Wed, 7 May 2025 09:06:19 +0200 Subject: [PATCH] fixed jellyfin syncplay. --- configs/nixos/jellyfin.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/nixos/jellyfin.nix b/configs/nixos/jellyfin.nix index 6907a70..ea9628c 100644 --- a/configs/nixos/jellyfin.nix +++ b/configs/nixos/jellyfin.nix @@ -19,5 +19,9 @@ locations."/" = { proxyPass = "http://localhost:8096"; }; + locations."/socket" = { + proxyPass = "http://localhost:8096"; + proxyWebsockets = true; + }; }; }