nixos/mautrix-telegram: add lottieconverter to path

This commit is contained in:
Nick Cao
2022-07-23 16:43:39 +08:00
parent c104d82dda
commit f1a08f54f0
@@ -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)