From 059ff5d89ed9d307bdc2f3b4e112303da97c8033 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Tue, 14 May 2024 18:23:23 -0700 Subject: [PATCH] powertop does NOT play well with USB devices! --- hosts/goopnet-interface/hardware.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/goopnet-interface/hardware.nix b/hosts/goopnet-interface/hardware.nix index 610d2ba..7e06b8d 100755 --- a/hosts/goopnet-interface/hardware.nix +++ b/hosts/goopnet-interface/hardware.nix @@ -23,8 +23,9 @@ # support power features such as suspend to ram powerManagement.enable = true; - # tune power saving options on boot; - powerManagement.powertop.enable = true; + # tune power saving options on boot + # todo: fix usb mice and keyboards from suspending + #powerManagement.powertop.enable = true; # thermald proactively prevents overheating on intel CPUs and works well with other tools services.thermald.enable = true; # power-profile-daemon for power management