services.plex.accelerationDevices

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
<nixpkgs/nixos/modules/services/misc/plex.nix>