nixos/upower: update percentage defaults (#344839)

authored by Franz Pletz and committed by GitHub 273796eb cf8d66b0

+2 -2
+2 -2
nixos/modules/services/hardware/upower.nix
··· 85 85 86 86 percentageLow = lib.mkOption { 87 87 type = lib.types.ints.unsigned; 88 - default = 10; 88 + default = 20; 89 89 description = '' 90 90 When `usePercentageForPolicy` is 91 91 `true`, the levels at which UPower will consider the ··· 103 103 104 104 percentageCritical = lib.mkOption { 105 105 type = lib.types.ints.unsigned; 106 - default = 3; 106 + default = 5; 107 107 description = '' 108 108 When `usePercentageForPolicy` is 109 109 `true`, the levels at which UPower will consider the