From 4af218f7ada5a7ba416c30ea7cff105e059cf062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 16 May 2025 14:03:42 +0200 Subject: [PATCH] radio-news: send earlier --- systems/makanek/radio-news.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/makanek/radio-news.nix b/systems/makanek/radio-news.nix index 3f80386..2cd7aea 100644 --- a/systems/makanek/radio-news.nix +++ b/systems/makanek/radio-news.nix @@ -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 )