diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-05 15:07:47 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-05 15:07:47 +0530 |
| commit | 9d9a8906f7efb90cf5f7920bd76c032e9bde1c5b (patch) | |
| tree | b2e619d2daaded3c19d54dd4c9b5d852978d57c4 /modules | |
| parent | a3b37708f641338c45b788f6622b08a0d55f5729 (diff) | |
update
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/laptop.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/laptop.nix b/modules/laptop.nix index d4f9ff9..39719ae 100644 --- a/modules/laptop.nix +++ b/modules/laptop.nix @@ -1,7 +1,7 @@ { pkgs, config, ... }: { - services.tlp = { + /* services.tlp = { enable = true; settings = { CPU_SCALING_GOVERNOR_ON_AC = "performance"; @@ -10,7 +10,7 @@ CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; }; - }; + }; */ boot = { kernelModules = [ "acpi_call" ]; |
