diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-17 12:23:26 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-17 12:23:26 +0530 |
| commit | 2f3d3f02c42839890a692b63d7ea6433060e34d9 (patch) | |
| tree | c774525701f1ce368fe70f16ca66f0cebd75b844 /modules/laptop.nix | |
| parent | 9cb4903aa9c90b7b0f88fe1f954e7474247c06d2 (diff) | |
Update
Diffstat (limited to '')
| -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 3dfdd29..092e61f 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" ]; |
