diff --git a/services/jellyfin.nix b/services/jellyfin.nix index 491ecfb..09382ee 100644 --- a/services/jellyfin.nix +++ b/services/jellyfin.nix @@ -26,7 +26,10 @@ in { forceSSL = true; enableACME = true; - locations."/".proxyPass = "http://localhost:${toString jellyfinPort}/"; + locations."/" = { + proxyPass = "http://localhost:${toString jellyfinPort}/"; + proxyWebsockets = true; + }; }; }; }