From c377d2ebefdda564707c4f372c3cc112231463c0 Mon Sep 17 00:00:00 2001 From: Clayton Hickey Date: Sun, 8 Feb 2026 15:35:45 -0500 Subject: [PATCH] update bikeability less often --- nixnas/nixnas.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixnas/nixnas.nix b/nixnas/nixnas.nix index 012f91c..ce29003 100644 --- a/nixnas/nixnas.nix +++ b/nixnas/nixnas.nix @@ -33,6 +33,10 @@ in clientPort = 8001; openFirewall = true; firewallInterface = wireguardInterface; + fetchAndRenderTimerConfig = { + OnCalendar = "weekly"; + Persistent = true; + }; }; networking = {