fix: make powertop not trip the entire computer to a halt

This commit is contained in:
Ahwx 2025-12-28 02:04:19 +01:00
parent 0fc96115c9
commit 64e80b7f72

View file

@ -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.
};
}