From 8cdce696eb81beb733b27457b06da506554f5f1e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 10 Jun 2024 00:00:32 +0300 Subject: fix(tazjin/arbat): disable powertop auto-tuning It breaks USB devices. Change-Id: I92fb024da4361537c8b6873fae2fcc1bf8572abc Reviewed-on: https://cl.tvl.fyi/c/depot/+/11774 Tested-by: BuildkiteCI Reviewed-by: tazjin Autosubmit: tazjin --- users/tazjin/nixos/modules/laptop.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'users/tazjin/nixos/modules/laptop.nix') 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; } -- cgit 1.4.1