fix: run backup mirror exactly at five

This commit is contained in:
m3tam3re
2026-06-20 09:12:03 +02:00
parent fdb79b8763
commit 775bd59613
@@ -72,7 +72,6 @@ in {
timerConfig = { timerConfig = {
OnCalendar = "*-*-* 05:00:00"; OnCalendar = "*-*-* 05:00:00";
Persistent = true; Persistent = true;
RandomizedDelaySec = "10m";
Unit = "${serviceName}.service"; Unit = "${serviceName}.service";
}; };
}; };