Enable bluetooth at startup

This commit is contained in:
Andreas Zweili 2024-02-02 16:40:20 +01:00
parent ce88b03198
commit 19c4bcbd69
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ in
services.tlp = {
enable = true;
settings = {
DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth wifi wwan";
DEVICES_TO_DISABLE_ON_STARTUP = "wifi wwan";
DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE = "bluetooth wifi wwan";
};
};