Intel stuff

This commit is contained in:
2026-02-18 00:13:02 +01:00
parent e843bd9fa0
commit f80cb738c7
2 changed files with 18 additions and 1 deletions

View File

@@ -2,5 +2,15 @@
...
}:
{
services.thermald.enable = true; # Prevents overheating/throttling
services.power-profiles-daemon.enable = false;
services.tlp = {
enable = true;
settings = {
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
CPU_ENERGY_PERF_POLICY_ON_AC = "balance_performance";
};
};
}