Add send-to-telegram to PATH

This commit is contained in:
Andreas Zweili 2024-04-17 22:14:40 +02:00
parent 6c56e76f1c
commit 9ff6dd0500
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ in
config = lib.mkIf cfg.enable {
age.secrets.telegramNotifyEnv.file = "${inputs.self}/scrts/telegram_notify_env.age";
environment.systemPackages = [ send-to-telegram ];
systemd.services."unit-status-telegram@" = {
description = "Unit Status Telegram Service";
unitConfig = {