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

This commit is contained in:
coolneng 2020-07-14 11:53:51 +02:00
parent 22efe947e7
commit 3bda9fd647
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

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