mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: disable tlp for adrastea
This commit is contained in:
parent
f0023b8e3f
commit
593f2c75cb
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
inputs,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
@ -54,7 +55,7 @@
|
||||||
cpuModelId = "00A50F00";
|
cpuModelId = "00A50F00";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tlp.enable = true;
|
services.tlp.enable = lib.mkForce false;
|
||||||
|
|
||||||
powerManagement.cpuFreqGovernor = "performance";
|
powerManagement.cpuFreqGovernor = "performance";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue