Suspend to RAM and Disk when battery is critical
This commit is contained in:
parent
0da24150b0
commit
3a91370ba7
|
@ -97,6 +97,7 @@
|
|||
services.upower = {
|
||||
enable = true;
|
||||
percentageCritical = 5;
|
||||
criticalPowerAction = "HybridSleep";
|
||||
};
|
||||
|
||||
# Import other configuration modules
|
||||
|
|
Loading…
Reference in New Issue