diff options
-rw-r--r-- | ymir.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1212,4 +1212,7 @@ in rec { | |||
1212 | timerConfig.OnUnitActiveSec = "30s"; | 1212 | timerConfig.OnUnitActiveSec = "30s"; |
1213 | timerConfig.Unit = "nextcloud-send-event-reminders.service"; | 1213 | timerConfig.Unit = "nextcloud-send-event-reminders.service"; |
1214 | }; | 1214 | }; |
1215 | systemd.timers."nextcloud-cron" = { | ||
1216 | timerConfig.OnUnitActiveSec = "5m"; | ||
1217 | }; | ||
1215 | } | 1218 | } |