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