diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-23 10:39:27 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-23 10:39:27 +0530 |
| commit | 17013313115f006ada16c2f6fe20ab54e9eccc6e (patch) | |
| tree | b9fab112d58b665a99bc8b5085424309eeed5783 /modules/laptop.nix | |
| parent | 8b290e7d4c283b3797b98def90306d4d11babe5d (diff) | |
update
Diffstat (limited to 'modules/laptop.nix')
| -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 39719ae..d4f9ff9 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" ]; |
