less frequent vpsfree backups to avoid masto disconnection & system load too often
This commit is contained in:
parent
f28b7476c8
commit
5aba15c831
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ in rec {
|
||||||
backupCleanupCommand = ''
|
backupCleanupCommand = ''
|
||||||
systemctl start container@mastodon.service
|
systemctl start container@mastodon.service
|
||||||
'';
|
'';
|
||||||
timerConfig = { OnCalendar = "hourly"; };
|
timerConfig = { OnCalendar = "daily"; };
|
||||||
environmentFile =
|
environmentFile =
|
||||||
"${config.sops.secrets.restic-backups-b2-environment.path}";
|
"${config.sops.secrets.restic-backups-b2-environment.path}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue