monitoring: fix disk-usage-collector timer calendar spec
All checks were successful
Build and Deploy / deploy (push) Successful in 2m14s

This commit is contained in:
2026-04-02 22:49:07 -04:00
parent 096ffeb943
commit 9e235abf48

View File

@@ -987,7 +987,7 @@ in
systemd.timers.disk-usage-collector = {
wantedBy = [ "timers.target" ];
timerConfig = {
OnCalendar = "*:*:0/60"; # every 60 seconds
OnCalendar = "minutely";
RandomizedDelaySec = "10s";
};
};