summaryrefslogtreecommitdiff
path: root/modules/laptop.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-01-31 13:19:30 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-01-31 13:19:30 +0530
commit59b5108a64f14b31a689e0f2bd5a34bcca6a7092 (patch)
treead0ba7b5384171335cd7e53175f4e2e1164ae59b /modules/laptop.nix
parenta33305f56f0d23b8d8c9df78293388be8509ff7b (diff)
update
Diffstat (limited to 'modules/laptop.nix')
-rw-r--r--modules/laptop.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/modules/laptop.nix b/modules/laptop.nix
index d4f9ff9..317c5e4 100644
--- a/modules/laptop.nix
+++ b/modules/laptop.nix
@@ -1,16 +1,16 @@
{ pkgs, config, ... }:
{
- services.tlp = {
- enable = true;
- settings = {
- CPU_SCALING_GOVERNOR_ON_AC = "performance";
- CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
-
- CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
- CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
- };
- };
+ # services.tlp = {
+ # enable = true;
+ # settings = {
+ # CPU_SCALING_GOVERNOR_ON_AC = "performance";
+ # CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
+ #
+ # CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
+ # CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
+ # };
+ # };
boot = {
kernelModules = [ "acpi_call" ];