services.immich.accelerationDevices

NixOS option

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 in: nixos/modules/services/web-apps/immich.nixView source on NixOS/nixpkgs →