From 7d2dfbed5c64f9619aea387e1d8a53db435a168e Mon Sep 17 00:00:00 2001 From: Kate Adkins Date: Wed, 21 May 2025 22:15:50 +0200 Subject: [PATCH] hinata: add bluetooth --- nixos/hosts/hinata.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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.