services.akkoma.extraPackages
NixOS option
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.
type: list of packageDefault
with pkgs; [ exiftool ffmpeg-headless imagemagick ]
Example
declared in: nixos/modules/services/web-apps/akkoma.nixView source on NixOS/nixpkgs →with pkgs; [ exiftool ffmpeg-full imagemagick ]