[user/module/restic-backup] Fix backup collisions

This commit is contained in:
Malte Tammena 2022-05-23 15:44:40 +02:00
parent ff15344beb
commit af05a8736d

View file

@ -81,7 +81,10 @@ in {
systemd.user.timers.restic-backups-to-elysia-clarki = {
Unit = {Description = "Run restic backups every hour";};
Install = {WantedBy = ["timers.target"];};
Timer = {OnCalendar = "hourly";};
Timer = {
OnCalendar = "hourly";
RandomizedDelaySec = "600";
};
};
};
}