diff --git a/hosts/common/default.nix b/hosts/common/default.nix index a7b3a84..33fa534 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -245,9 +245,12 @@ in { ]; }; - hardware.bluetooth.settings = { - General = { - Enable = "Source,Sink,Media,Socket"; + hardware.bluetooth = { + powerOnBoot = true; + settings = { + General = { + Enable = "Source,Sink,Media,Socket"; + }; }; }; }