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
1 changed files with 1 additions and 1 deletions

View File

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