update backup script

This commit is contained in:
KoenDR06 2025-05-29 14:03:03 +02:00
parent 07e7187d4b
commit 09e213195d
2 changed files with 6 additions and 9 deletions

View file

@ -20,7 +20,7 @@ in {
systemd.timers."backupSyncthing" = {
wantedBy = ["timers.target"];
timerConfig = {
OnCalendar = "weekly";
OnCalendar = "daily";
Persistent = true;
};
};