summaryrefslogtreecommitdiff
path: root/modules/tlp.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-07-19 12:27:04 +0000
committerGrisha Shipunov2025-07-19 12:59:37 +0000
commit1baa256be04a8b4e711a7d48a76197b5ffad6637 (patch)
treebbc01e0efd976e8f6185f421e41c650c1e6a53ee /modules/tlp.nix
parentb602a0c24771b1209003098ffa7ac496642cd084 (diff)
retire toaster
Diffstat (limited to 'modules/tlp.nix')
-rw-r--r--modules/tlp.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/tlp.nix b/modules/tlp.nix
deleted file mode 100644
index 5606ab2..0000000
--- a/modules/tlp.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ ... }:
-
-{
- powerManagement.cpuFreqGovernor = null;
- services.power-profiles-daemon.enable = false;
- services.tlp = {
- 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";
- };
- };
-}