Suspend to RAM/Disk when the battery is at 5%

This commit is contained in:
2020-07-14 11:53:51 +02:00
parent 22efe947e7
commit 3bda9fd647

View File

@@ -96,7 +96,7 @@
# Suspend to RAM/disk when battery is critical
services.upower = {
enable = true;
percentageCritical = 5;
percentageAction = 5;
criticalPowerAction = "HybridSleep";
};