services.plex.accelerationDevices

NixOS option

A list of device paths to hardware acceleration devices that Plex should have access to. This is useful when transcoding media files. The special value "*" will allow all devices.

type: list of string
Default
[
  "*"
]
Example
[
  "/dev/dri/renderD128"
]
declared in: nixos/modules/services/misc/plex.nixView source on NixOS/nixpkgs →