summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/tlp.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/tlp.nix b/modules/tlp.nix
index 2a498ab..b9753a4 100644
--- a/modules/tlp.nix
+++ b/modules/tlp.nix
@@ -7,6 +7,8 @@
enable = true;
settings = {
USB_BLACKLIST = "1d50:604b 1d50:6089 1d50:cc15 1fc9:000c";
+ CPU_SCALING_GOVERNOR_ON_AC = "performance";
+ CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
};
};
}