summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--profiles/laptop.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix
index 56eb7c4..418b3d0 100644
--- a/profiles/laptop.nix
+++ b/profiles/laptop.nix
@@ -3,13 +3,7 @@ inputs:
3{ config, lib, ... }: 3{ config, lib, ... }:
4 4
5{ 5{
6 services.tlp = { 6 services.power-profiles-daemon.enable = true;
7 enable = true;
8 settings = {
9 CPU_SCALING_GOVERNOR_ON_AC = config.powerManagement.cpuFreqGovernor;
10 CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
11 };
12 };
13 7
14 services.automatic-timezoned.enable = true; 8 services.automatic-timezoned.enable = true;
15 # Needed to be able to change timezone 9 # Needed to be able to change timezone