nixos/upower: update percentage defaults
Current defaults were added in aecfea0, which were in turn based on upstream:28bd86c181/etc/UPower.conf
. Current upstream config:94c91f93f1/etc/UPower.conf
This commit is contained in:
parent
f973ef2a8e
commit
069e6f3262
@ -85,7 +85,7 @@ in
|
|||||||
|
|
||||||
percentageLow = lib.mkOption {
|
percentageLow = lib.mkOption {
|
||||||
type = lib.types.ints.unsigned;
|
type = lib.types.ints.unsigned;
|
||||||
default = 10;
|
default = 20;
|
||||||
description = ''
|
description = ''
|
||||||
When `usePercentageForPolicy` is
|
When `usePercentageForPolicy` is
|
||||||
`true`, the levels at which UPower will consider the
|
`true`, the levels at which UPower will consider the
|
||||||
@ -103,7 +103,7 @@ in
|
|||||||
|
|
||||||
percentageCritical = lib.mkOption {
|
percentageCritical = lib.mkOption {
|
||||||
type = lib.types.ints.unsigned;
|
type = lib.types.ints.unsigned;
|
||||||
default = 3;
|
default = 5;
|
||||||
description = ''
|
description = ''
|
||||||
When `usePercentageForPolicy` is
|
When `usePercentageForPolicy` is
|
||||||
`true`, the levels at which UPower will consider the
|
`true`, the levels at which UPower will consider the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user