make workstation backups run daily as they were using too many resources when ran hourly

This commit is contained in:
Cyryl Płotnicki 2024-01-14 09:04:02 +00:00
parent d1ac641c5a
commit 50222fd780

View file

@ -13,7 +13,7 @@
".config/Element/Cache" ".config/Element/Cache"
".config/discord/Cache" ".config/discord/Cache"
]; ];
timerConfig = {OnCalendar = "hourly";}; timerConfig = {OnCalendar = "daily";};
pruneOpts = [ pruneOpts = [
"--keep-hourly 25" "--keep-hourly 25"
"--keep-daily 8" "--keep-daily 8"