From f1a08f54f0098aa2ded52d6465b532ef70ec039e Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Fri, 4 Mar 2022 14:06:29 +0800 Subject: [PATCH] nixos/mautrix-telegram: add lottieconverter to path --- nixos/modules/services/matrix/mautrix-telegram.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/matrix/mautrix-telegram.nix b/nixos/modules/services/matrix/mautrix-telegram.nix index 794c4dd9ddcd..88e5c38f7163 100644 --- a/nixos/modules/services/matrix/mautrix-telegram.nix +++ b/nixos/modules/services/matrix/mautrix-telegram.nix @@ -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)