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