Disable bluetooth on startup

This commit is contained in:
coolneng 2020-09-15 13:47:35 +02:00
parent 66183e761c
commit dac2cefb67
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
NATACPI_ENABLE = 1;
TPACPI_ENABLE = 1;
TPSMAPI_ENABLE = 1;
# Disable bluetooth on startup
DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth";
};
};