diff --git a/reference/hosts/adrastea/configuration.nix b/reference/hosts/adrastea/configuration.nix index 4099128..88210d2 100755 --- a/reference/hosts/adrastea/configuration.nix +++ b/reference/hosts/adrastea/configuration.nix @@ -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";