fix timerConfig for restic backups

This commit is contained in:
Sam 2025-01-16 23:31:40 +00:00
parent 833f511ce1
commit d68a83e503
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ in {
sops.secrets = {};
services.restic.backups = {
daily = {
timer = {
timerConfig = {
OnCalendar = "*-*-* 23:00:00";
Persistent = true;
RandomizedDelaySec = "30m";