From 64e80b7f728d20563fe66835b1db0c293d534c2c Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 28 Dec 2025 02:04:19 +0100 Subject: [PATCH] fix: make `powertop` not trip the entire computer to a halt --- roles/laptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/laptop.nix b/roles/laptop.nix index 9cd4403..6f1fa7a 100644 --- a/roles/laptop.nix +++ b/roles/laptop.nix @@ -56,6 +56,6 @@ in criticalPowerAction = "Hibernate"; }; }; - 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. + # 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. }; }