2024-07-18 18:01:45 +02:00
|
|
|
{
|
|
|
|
# Shutdown all machines on August 2nd at 11:00 AM, so we can protect the
|
|
|
|
# hardware from spurious electrical peaks on the yearly electrical cut for
|
|
|
|
# manteinance that starts on August 4th.
|
|
|
|
systemd.timers.august-shutdown = {
|
|
|
|
description = "Shutdown on August 2nd for maintenance";
|
|
|
|
wantedBy = [ "timers.target" ];
|
|
|
|
timerConfig = {
|
|
|
|
OnCalendar = "*-08-02 11:00:00";
|
2024-07-22 11:20:02 +02:00
|
|
|
RandomizedDelaySec = "10min";
|
2024-07-18 18:01:45 +02:00
|
|
|
Unit = "systemd-poweroff.service";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|