Suspend to RAM and Disk when battery is critical

This commit is contained in:
coolneng 2020-06-23 01:29:57 +02:00
parent 0da24150b0
commit 3a91370ba7
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -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