From dac2cefb670be09b0e1a31c246f2ce451527201e Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 15 Sep 2020 13:47:35 +0200 Subject: [PATCH] Disable bluetooth on startup --- modules/power.nix | 3 +++ 1 file changed, 3 insertions(+) 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"; }; };