From 2c8dda2258175ec247f4c7a9990858b252276118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 16 Mar 2025 22:11:59 +0200 Subject: [PATCH] timelapse: minutely 24fps => 1 minute per day. 1 year => 6 hours. --- hosts/fwminex/configuration.nix | 2 +- hosts/vno3-nk/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index e140c16..e07eb5d 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -506,7 +506,7 @@ in timelapse-r11 = { enable = true; - onCalendar = "*:0/5"; + onCalendar = "*:*:0"; secretsEnv = config.age.secrets.timelapse.path; }; diff --git a/hosts/vno3-nk/configuration.nix b/hosts/vno3-nk/configuration.nix index 20b7e07..3deec9f 100644 --- a/hosts/vno3-nk/configuration.nix +++ b/hosts/vno3-nk/configuration.nix @@ -102,7 +102,7 @@ in timelapse-r11 = { enable = true; - onCalendar = "*:0/5:30"; # 30'th second every 5 mins + onCalendar = "*:*:30"; # 30'th second every minute secretsEnv = config.age.secrets.timelapse.path; };