diff --git a/modules/power.nix b/modules/power.nix index 3e9f9e3..388a83c 100644 --- a/modules/power.nix +++ b/modules/power.nix @@ -31,6 +31,9 @@ NATACPI_ENABLE = 1; TPACPI_ENABLE = 1; TPSMAPI_ENABLE = 1; + + # Disable bluetooth on startup + DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth"; }; };