diff --git a/services/jellyfin.nix b/services/jellyfin.nix index 8e7637f..d488424 100644 --- a/services/jellyfin.nix +++ b/services/jellyfin.nix @@ -21,7 +21,10 @@ in forceSSL = true; useACMEHost = "${domain}"; - locations."/".proxyPass = "http://localhost:8096/"; + locations."/" = { + proxyPass = "http://localhost:8096/"; + proxyWebsockets = true; + }; }; }; }