From 28857da0a57cd7e52a4a06cbd8917a12d1148f4d Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 29 Dec 2025 12:32:11 +0100 Subject: [PATCH] hardware/bluetooth: enable powerOnBoot --- modules/hardware/bluetooth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/bluetooth/default.nix b/modules/hardware/bluetooth/default.nix index e46963b..2e9ee8f 100644 --- a/modules/hardware/bluetooth/default.nix +++ b/modules/hardware/bluetooth/default.nix @@ -15,7 +15,7 @@ in config = lib.mkIf cfg.enable { hardware.bluetooth = { enable = true; - package = pkgs.bluez; + powerOnBoot = true; settings = { General = { Enable = "Source,Sink,Media,Socket";