timelapse: minutely

24fps => 1 minute per day. 1 year => 6 hours.
This commit is contained in:
Motiejus Jakštys 2025-03-16 22:11:59 +02:00
parent bbcd6f4fa2
commit 2c8dda2258
2 changed files with 2 additions and 2 deletions

View File

@ -506,7 +506,7 @@ in
timelapse-r11 = {
enable = true;
onCalendar = "*:0/5";
onCalendar = "*:*:0";
secretsEnv = config.age.secrets.timelapse.path;
};

View File

@ -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;
};