From d46d321142858b2c7e6d6941b2e8a3f49083dac9 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sat, 26 Apr 2025 00:30:17 +0200 Subject: [PATCH] Enabled bluetooth --- machines/vm-audio.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 89ede12..7ce9189 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -170,6 +170,17 @@ }; }; + # Create bluetooth A2DP source + hardware.bluetooth = { + enable = true; + settings.General = { + Name = "Linox"; + DiscoverableTimeout = 0; + AlwaysPairable = true; + + }; + }; + # Create null sinks services.pipewire.extraConfig.pipewire."91-null-sinks" = { "context.objects" = [