From 59b5108a64f14b31a689e0f2bd5a34bcca6a7092 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 31 Jan 2025 13:19:30 +0530 Subject: update --- modules/laptop.nix | 20 ++++++++++---------- modules/plasma.nix | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'modules') 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" ]; diff --git a/modules/plasma.nix b/modules/plasma.nix index f05a93f..c8b87f2 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -16,5 +16,5 @@ krdp ]; - services.power-profiles-daemon.enable = false; + # services.power-profiles-daemon.enable = false; } -- cgit v1.2.3