xps16/tlp: add some recommended settings from arch wiki

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-08 18:30:58 +01:00
parent a9565942fd
commit bc3e2e648f
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -1,4 +1,11 @@
{ ... }:
{
services.tlp.enable = true;
services.tlp = {
enable = true;
settings = {
RUNTIME_PM_ON_AC = "auto";
RUNTIME_PM_ON_BAT = "auto";
USB_AUTOSUSPEND = "0";
};
};
}