services.immich.accelerationDevices

A list of device paths to hardware acceleration devices that immich should have access to. This is useful when transcoding media files. The special value [ ] will disallow all devices using PrivateDevices. null will give access to all devices.

Type
null or (list of string)
Default
[ ]
Example
[
  "/dev/dri/renderD128"
]
Declared
<nixpkgs/nixos/modules/services/web-apps/immich.nix>