diff --git a/devices/nos/modules/jellyfin/default.nix b/devices/nos/modules/jellyfin/default.nix index d557a3e..3c11846 100644 --- a/devices/nos/modules/jellyfin/default.nix +++ b/devices/nos/modules/jellyfin/default.nix @@ -110,7 +110,9 @@ in { "vp9" "av1" ]; - enableThrottling = true; + allowHevcEncoding = true; + allowAv1Encoding = true; + enableThrottling = false; enableTonemapping = true; downMixAudioBoost = 1; };