Suspend to RAM/Disk when the battery is at 5%
This commit is contained in:
parent
22efe947e7
commit
3bda9fd647
|
@ -96,7 +96,7 @@
|
|||
# Suspend to RAM/disk when battery is critical
|
||||
services.upower = {
|
||||
enable = true;
|
||||
percentageCritical = 5;
|
||||
percentageAction = 5;
|
||||
criticalPowerAction = "HybridSleep";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue