about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2024-06-09T21·00+0300
committerclbot <clbot@tvl.fyi>2024-06-10T07·47+0000
commit8cdce696eb81beb733b27457b06da506554f5f1e (patch)
tree570a894d0f4b746e675d24ff6f2555d18c798516 /users
parentb16ddb54b0327606cec2df220eaabb1328e18e3e (diff)
fix(tazjin/arbat): disable powertop auto-tuning r/8236
It breaks USB devices.

Change-Id: I92fb024da4361537c8b6873fae2fcc1bf8572abc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11774
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users')
-rw-r--r--users/tazjin/nixos/modules/laptop.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/users/tazjin/nixos/modules/laptop.nix b/users/tazjin/nixos/modules/laptop.nix
index 2a18d8579236..e0d67dc25989 100644
--- a/users/tazjin/nixos/modules/laptop.nix
+++ b/users/tazjin/nixos/modules/laptop.nix
@@ -10,7 +10,6 @@
 
   # Enable power-saving features.
   services.tlp.enable = true;
-  powerManagement.powertop.enable = true;
 
   programs.light.enable = true;
 }