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