From 1cfe140e770f3c7bd7aa3cda2e506b351b979d50 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 2 Dec 2023 15:42:18 +0100 Subject: [PATCH] fix: mkForce mautrix-telegram ExecStart --- hosts/nachtigall/apps/matrix/mautrix-telegram.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nachtigall/apps/matrix/mautrix-telegram.nix b/hosts/nachtigall/apps/matrix/mautrix-telegram.nix index d5b5010..29037b3 100644 --- a/hosts/nachtigall/apps/matrix/mautrix-telegram.nix +++ b/hosts/nachtigall/apps/matrix/mautrix-telegram.nix @@ -214,7 +214,7 @@ in { User = "matrix-synapse"; - ExecStart = '' + ExecStart = lib.mkForce '' ${pkgs.mautrix-telegram}/bin/mautrix-telegram \ --config='${settingsFile}' --no-update