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";
wantedBy = ["timers.target"];
timerConfig = {
OnCalendar = "daily";
OnCalendar = "03:30";
Persistent = true;
};
};