diff options
author | Vincent Ambo <mail@tazj.in> | 2024-06-09T21·00+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-06-10T07·47+0000 |
commit | 8cdce696eb81beb733b27457b06da506554f5f1e (patch) | |
tree | 570a894d0f4b746e675d24ff6f2555d18c798516 /users/tazjin/nixos | |
parent | b16ddb54b0327606cec2df220eaabb1328e18e3e (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/tazjin/nixos')
-rw-r--r-- | users/tazjin/nixos/modules/laptop.nix | 1 |
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; } |