Disable bluetooth on startup

This commit is contained in:
2020-09-15 13:47:35 +02:00
parent 66183e761c
commit dac2cefb67

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";
};
};