less frequent vpsfree backups to avoid masto disconnection & system load too often

This commit is contained in:
Cyryl Płotnicki 2023-05-27 19:44:55 +01:00
parent f28b7476c8
commit 5aba15c831

View file

@ -31,7 +31,7 @@ in rec {
backupCleanupCommand = ''
systemctl start container@mastodon.service
'';
timerConfig = { OnCalendar = "hourly"; };
timerConfig = { OnCalendar = "daily"; };
environmentFile =
"${config.sops.secrets.restic-backups-b2-environment.path}";
};