mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: astro telegram bot sends to channel
This commit is contained in:
@@ -40,9 +40,9 @@ let
|
||||
in {
|
||||
niveum.telegramBots.transits = {
|
||||
enable = true;
|
||||
time = "4:00";
|
||||
time = "0:00";
|
||||
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||
chatIds = [ "18980945" ];
|
||||
chatIds = [ "-1001796440545" ];
|
||||
command = toString (pkgs.writers.writeDash "common-transits" ''
|
||||
{
|
||||
date=$(${pkgs.coreutils}/bin/date +'%m %d %Y')
|
||||
|
||||
Reference in New Issue
Block a user