From f62780826b12feccaa35f119147d5201aa9849c6 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sat, 26 Apr 2025 01:06:22 +0200 Subject: [PATCH] Simplified settings --- machines/vm-audio.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 2657992..6f2f47a 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -178,13 +178,13 @@ # Create bluetooth A2DP source hardware.bluetooth = { enable = true; - disabledPlugins = [ "hostname" ]; + # disabledPlugins = [ "hostname" ]; settings.General = { - Class = "0x040414"; - Name = "Linox"; - JustWorksRepairing = "always"; - DiscoverableTimeout = 0; - AlwaysPairable = true; + # Class = "0x040414"; + # Name = "Linox"; + # JustWorksRepairing = "always"; + # DiscoverableTimeout = 0; + # AlwaysPairable = true; }; };