feat: disable tlp for adrastea
Some checks failed
Check flake / check (push) Has been cancelled

This commit is contained in:
Youwen Wu 2025-01-12 21:35:12 -08:00
parent f0023b8e3f
commit 593f2c75cb
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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";