feat: adjust performance profile settings

This commit is contained in:
Jacob Bachmann 2024-01-21 01:03:44 +01:00
parent e987f95808
commit 509a60d63b
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -6,6 +6,12 @@
services.tlp = { services.tlp = {
enable = true; enable = true;
settings = {
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
CPU_ENERGY_PERF_POLICY_ON_BAT = "balance_power";
PLATFORM_PROFILE_ON_AC = "performance";
PLATFORM_PROFILE_ON_BAT = "balanced";
};
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [