diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-04-01 09:13:49 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-04-01 09:13:49 +0200 |
commit | 5ca7634f505146d87d0a40855b01c3cf731709f5 (patch) | |
tree | 7aff75287ba55bdbc2d0236202bfe431e4a76b23 /ymir.nix | |
parent | 3c636fb2d72e6cd031f25f2e3058f4e05168c96b (diff) | |
download | nixos-5ca7634f505146d87d0a40855b01c3cf731709f5.tar nixos-5ca7634f505146d87d0a40855b01c3cf731709f5.tar.gz nixos-5ca7634f505146d87d0a40855b01c3cf731709f5.tar.bz2 nixos-5ca7634f505146d87d0a40855b01c3cf731709f5.tar.xz nixos-5ca7634f505146d87d0a40855b01c3cf731709f5.zip |
...
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1213,6 +1213,6 @@ in rec { | |||
1213 | timerConfig.Unit = "nextcloud-send-event-reminders.service"; | 1213 | timerConfig.Unit = "nextcloud-send-event-reminders.service"; |
1214 | }; | 1214 | }; |
1215 | systemd.timers."nextcloud-cron" = { | 1215 | systemd.timers."nextcloud-cron" = { |
1216 | timerConfig.OnUnitActiveSec = "5m"; | 1216 | timerConfig.OnUnitActiveSec = lib.mkForce "5m"; |
1217 | }; | 1217 | }; |
1218 | } | 1218 | } |