mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
This commit is contained in:
parent
f0023b8e3f
commit
593f2c75cb
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -54,7 +55,7 @@
|
|||
cpuModelId = "00A50F00";
|
||||
};
|
||||
|
||||
services.tlp.enable = true;
|
||||
services.tlp.enable = lib.mkForce false;
|
||||
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
|
||||
|
|
Loading…
Reference in a new issue