extra/power: disable powertop due to usb problems

This commit is contained in:
Felix Buehler 2021-12-05 13:09:10 +01:00
parent 4bce0e34e3
commit bfe582e208
2 changed files with 2 additions and 5 deletions

View file

@ -9,7 +9,7 @@
powerManagement = {
cpuFreqGovernor = lib.mkDefault "powersave";
powertop.enable = true;
#powertop.enable = true; # messes up usb mouse
};
services = {