chore: disable powertop, at least for now

This commit is contained in:
Ahwx 2025-10-03 17:52:35 +02:00
parent bc81c8fd79
commit 1e32339273

View file

@ -56,6 +56,6 @@ in
criticalPowerAction = "Hibernate"; 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.
}; };
} }