diff --git a/nixos/hosts/silver/services/shim-jellyfin.nix b/nixos/hosts/silver/services/shim-jellyfin.nix index 3888bd9..625aa04 100644 --- a/nixos/hosts/silver/services/shim-jellyfin.nix +++ b/nixos/hosts/silver/services/shim-jellyfin.nix @@ -9,6 +9,7 @@ in { locations."/" = { proxyPass = "http://${toString httpIntAddr}:${toString httpIntPort}"; + proxyWebsockets = true; }; }; }