Remove todo config

This commit is contained in:
Andreas Zweili 2022-11-04 17:35:35 +01:00
parent ee4f4c44a1
commit 97a32af14d
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
{ inputs }: { config, pkgs, ... }:
let
# TODO: encrypt with agenix
send-to-telegram = pkgs.writeShellScript "send-to-telegram" ''
export $(${pkgs.gnugrep}/bin/grep -v '^#' ${config.age.secrets.telegramNotifyEnv.path} | ${pkgs.findutils}/bin/xargs)
URL="https://api.telegram.org/bot$TELEGRAM_KEY/sendMessage"