From f6edd0d042934c382c75f720810acedcfcaa8bdc Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 15 Jul 2024 16:40:11 +0200 Subject: [PATCH] fix(bluetooth): disable power on boot --- config/hardware/bluetooth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hardware/bluetooth.nix b/config/hardware/bluetooth.nix index cd44af8..1a6e458 100644 --- a/config/hardware/bluetooth.nix +++ b/config/hardware/bluetooth.nix @@ -3,7 +3,7 @@ hardware.bluetooth = { enable = true; - powerOnBoot = true; + powerOnBoot = false; disabledPlugins = ["sap"]; settings = { General = {