From b6627706834204acfce91a6679ee21400cf1589b Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Fri, 6 Mar 2026 10:03:25 +0000 Subject: [PATCH] save tokens --- modules/tahani.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tahani.nix b/modules/tahani.nix index 4e9f138..cbbaa93 100644 --- a/modules/tahani.nix +++ b/modules/tahani.nix @@ -75,10 +75,10 @@ systemd.user.timers.opencode-inbox-triage = { Unit = { - Description = "Run OpenCode inbox triage every 10 minutes"; + Description = "Run OpenCode inbox triage every 12 hours"; }; Timer = { - OnCalendar = "*:0/10"; + OnCalendar = "*-*-* 0/12:00:00"; Persistent = true; }; Install = {