nixos/mautrix-telegram: add lottieconverter to path

This commit is contained in:
Nick Cao 2022-03-04 14:06:29 +08:00
parent c104d82dda
commit f1a08f54f0
No known key found for this signature in database
GPG key ID: 068A56CEF48FA2C1

View file

@ -125,6 +125,7 @@ in {
wantedBy = [ "multi-user.target" ];
wants = [ "network-online.target" ] ++ cfg.serviceDependencies;
after = [ "network-online.target" ] ++ cfg.serviceDependencies;
path = [ pkgs.lottieconverter ];
preStart = ''
# Not all secrets can be passed as environment variable (yet)