summaryrefslogtreecommitdiff
path: root/modules/laptop.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-01-16 16:31:42 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-01-16 16:31:42 +0530
commit6ba0196a5cc237a263ce0210b920bbd5d38fac0c (patch)
treecd13eefef1e11614e4db54a6f5afcdc4bd87d472 /modules/laptop.nix
parent722467fc40bfb44ee0aee1c6aab804dc36d16851 (diff)
update
Diffstat (limited to 'modules/laptop.nix')
-rw-r--r--modules/laptop.nix4
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" ];