Infini-FRAMEWORK: disable hibernate timer
This commit is contained in:
parent
eadc5655f4
commit
69f13ce125
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.timers.systemd-hibernate = {
|
systemd.timers.systemd-hibernate = {
|
||||||
enable = true;
|
enable = false;
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
timerConfig.OnCalendar = "Mon..Fri,Sun *-*-* 00:30:00";
|
timerConfig.OnCalendar = "Mon..Fri,Sun *-*-* 00:30:00";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue