Compare commits

..

No commits in common. "9e88ab28c323ca25b2ca5f087cb965ee4a681ab8" and "6196850d1fcedda939d517add38a5d72970727be" have entirely different histories.

View File

@ -32,16 +32,14 @@
TPACPI_ENABLE = 1;
TPSMAPI_ENABLE = 1;
# Disable bluetooth on startup
DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth";
# Disable touchscreen to save battery
RUNTIME_PM_DRIVER_BLACKLIST = "usbhid";
};
};
# Suspend to RAM/disk when battery is critical
services.upower = {
enable = true;
percentageLow = 15;
percentageCritical = 10;
percentageAction = 7;
percentageAction = 5;
};
}