MyNixOS website logo
option

services.jellyfin.transcoding.hardwareDecodingCodecs

Which codecs to enable for hardware decoding.

Declarations
Type
submodule
Default
{ }
Example
{
  h264 = true;
  vp9 = true;
}