MyNixOS website logo
option

services.akkoma.extraPackages

List of extra packages to include in the executable search path of the service unit. These are needed by various configurable components such as:

  • ExifTool for the Pleroma.Upload.Filter.Exiftool upload filter,
  • ImageMagick for still image previews in the media proxy as well as for the Pleroma.Upload.Filters.Mogrify upload filter, and
  • ffmpeg for video previews in the media proxy.
Declarations
Type
list of package
Default
with pkgs; [ exiftool graphicsmagick-imagemagick-compat ffmpeg_5-headless ]
Example
with pkgs; [ exiftool imagemagick ffmpeg_5-full ]