diff --git a/modules/hardware/bluetooth/default.nix b/modules/hardware/bluetooth/default.nix index 34da76a..3b045a7 100644 --- a/modules/hardware/bluetooth/default.nix +++ b/modules/hardware/bluetooth/default.nix @@ -11,7 +11,7 @@ in # Blueooth support in general hardware.bluetooth = { enable = true; - powerOnBoot = false; + powerOnBoot = true; }; # Blueman applet