nixos/mautrix-telegram: use ffmpeg-headless instead of ffmpeg-full (#358225)

This commit is contained in:
Nick Cao 2024-11-27 09:09:54 -05:00 committed by GitHub
commit caeec1f97d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@ in {
wantedBy = [ "multi-user.target" ];
wants = [ "network-online.target" ] ++ cfg.serviceDependencies;
after = [ "network-online.target" ] ++ cfg.serviceDependencies;
path = [ pkgs.lottieconverter pkgs.ffmpeg-full ];
path = [ pkgs.lottieconverter pkgs.ffmpeg-headless ];
# mautrix-telegram tries to generate a dotfile in the home directory of
# the running user if using a postgresql database: