disable reboots for now
This commit is contained in:
parent
b973bd69a2
commit
31d1e11860
1 changed files with 8 additions and 9 deletions
|
|
@ -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";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue