adjust timers for specific timer

This commit is contained in:
2025-10-16 21:14:49 -05:00
parent 1083c6c3e4
commit a3424c1158
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ in {
description = "run script to ensure_perms daily"; description = "run script to ensure_perms daily";
wantedBy = ["timers.target"]; wantedBy = ["timers.target"];
timerConfig = { timerConfig = {
OnCalendar = "daily"; OnCalendar = "03:30";
Persistent = true; Persistent = true;
}; };
}; };

View File

@@ -147,7 +147,7 @@ in
description = "daily borg backup timer"; description = "daily borg backup timer";
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
timerConfig = { timerConfig = {
OnCalendar = "daily"; OnCalendar = "04:00";
Persistent = true; Persistent = true;
}; };
}; };