disable reboots for now

This commit is contained in:
Henry Hiles 2025-11-27 10:04:49 -05:00
commit 31d1e11860
No known key found for this signature in database

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";
# };
# };
}