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 = { # systemd.timers.reboot = {
wantedBy = [ "timers.target" ]; # wantedBy = [ "timers.target" ];
timerConfig = { # timerConfig = {
OnCalendar = "*-*-* 02:00:00"; # OnCalendar = "*-*-* 02:00:00";
Persistent = true; # Persistent = true;
Unit = "reboot.target"; # Unit = "reboot.target";
}; # };
}; # };
} }