1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

radio-news: send earlier

This commit is contained in:
2025-05-16 14:03:42 +02:00
parent b08576c972
commit 4af218f7ad

View File

@@ -20,7 +20,7 @@ in {
serviceConfig.LoadCredential = [
"gemini-api-key:${config.age.secrets.gemini-api-key.path}"
];
startAt = "hourly";
startAt = "*:50";
script = ''
set -efu
PATH=$PATH:${lib.makeBinPath [pkgs.w3m pkgs.gnused pkgs.curl pkgs.jq]}
@@ -36,7 +36,7 @@ in {
Summarize the following news headlines into a cohesive, engaging script under 400 words.
Keep it professional, concise, and easy to follow.
Begin the digest with: "Good news everybody! Here's your news update for $(date -u +"%B %d, %Y")..."
Begin the digest with: "Here's your news update for $(date -u +"%B %d, %Y")."
EOF
)