Adjust the tlp options for radio devices

This commit is contained in:
Andreas Zweili 2024-02-04 15:18:35 +01:00
parent 72e91f715a
commit 5ebe70d626
1 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,9 @@ in
services.tlp = {
enable = true;
settings = {
DEVICES_TO_DISABLE_ON_STARTUP = "wifi wwan";
DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE = "bluetooth wifi wwan";
DEVICES_TO_DISABLE_ON_LAN_CONNECT = "wifi";
DEVICES_TO_ENABLE_ON_STARTUP = "bluetooth";
DEVICES_TO_ENABLE_ON_UNDOCK = "wifi";
};
};
};