services.jellyfin.transcoding.hardwareDecodingCodecs

Which codecs to enable for hardware decoding.

Type
submodule
Default
{ }
Example
{
  h264 = true;
  vp9 = true;
}
Declared
<nixpkgs/nixos/modules/services/misc/jellyfin.nix>