aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/up
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/up')
-rw-r--r--modules/by-name/up/upower/module.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/by-name/up/upower/module.nix b/modules/by-name/up/upower/module.nix
index eb1c7af2..f5a62ed7 100644
--- a/modules/by-name/up/upower/module.nix
+++ b/modules/by-name/up/upower/module.nix
@@ -14,8 +14,8 @@ in {
enable = true;
usePercentageForPolicy = true;
- percentageLow = 10;
- percentageAction = 5;
+ percentageLow = 15;
+ percentageAction = 10;
criticalPowerAction = "Hibernate";
};