disable reboots for now

This commit is contained in:
Henry Hiles 2025-11-27 10:04:49 -05:00
commit 31d1e11860
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -1,11 +1,10 @@
{
systemd.timers.reboot = {
wantedBy = [ "timers.target" ];
timerConfig = {
OnCalendar = "*-*-* 02:00:00";
Persistent = true;
Unit = "reboot.target";
};
};
# systemd.timers.reboot = {
# wantedBy = [ "timers.target" ];
# timerConfig = {
# OnCalendar = "*-*-* 02:00:00";
# Persistent = true;
# Unit = "reboot.target";
# };
# };
}