diff --git a/nixos/hosts/hinata.nix b/nixos/hosts/hinata.nix index 8ce94f9..8addf78 100644 --- a/nixos/hosts/hinata.nix +++ b/nixos/hosts/hinata.nix @@ -91,6 +91,23 @@ in }); }; + # Support bluetooth. + hardware.bluetooth = { + enable = true; + powerOnBoot = false; + + settings = { + General = { + + # Support A2DP. + Enable = "Source,Sink,Media,Socket"; + + # Enable experimental featurees, like reading device battery levels. + Experimental = true; + }; + + }; + }; # # Hardware config.