Merge pull request #162980 from NickCao/mautrix-telegram-nixos

nixos/mautrix-telegram: add lottieconverter to path
This commit is contained in:
Bobby Rong 2022-07-27 20:39:08 +08:00 committed by GitHub
commit 36d7b18e75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)