home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit b63063d961efc5abd344494a44593c988e7dc304
parent 1c343eb5a66f3cbfd0bf05408b72c1072267d3f5
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 24 Aug 2022 15:35:01 +0200

systems/hardware/thinkpad-x1g9: fix platform_profile

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hardware/thinkpad-x1g9.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/systems/hardware/thinkpad-x1g9.nix b/systems/hardware/thinkpad-x1g9.nix @@ -48,6 +48,8 @@ # CPU optimizations "CPU_SCALING_GOVERNOR_ON_AC" = "performance"; "CPU_SCALING_GOVERNOR_ON_BAT" = "powersave"; + "PLATFORM_PROFILE_ON_AC" = "balanced"; # or performance ? + "PLATFORM_PROFILE_ON_BAT" = "low-power"; "CPU_MIN_PERF_ON_AC" = 0; "CPU_MAX_PERF_ON_AC" = 100; "CPU_MIN_PERF_ON_BAT" = 0;