From 1e32339273fc411921eeb139a0d3a5f8a9456937 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 3 Oct 2025 17:52:35 +0200 Subject: [PATCH] chore: disable powertop, at least for now --- roles/laptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/laptop.nix b/roles/laptop.nix index 76cb8f8..9cd4403 100644 --- a/roles/laptop.nix +++ b/roles/laptop.nix @@ -56,6 +56,6 @@ in criticalPowerAction = "Hibernate"; }; }; - powerManagement.powertop.enable = true; + powerManagement.powertop.enable = false; # somehow figure out how to let this not apply to specific USB devices, as they will auto suspend and that is annoying. }; }