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