From 9d9a8906f7efb90cf5f7920bd76c032e9bde1c5b Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 5 Jun 2025 15:07:47 +0530 Subject: update --- modules/laptop.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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" ]; -- cgit v1.2.3