From 4756dceb42f9dd2d6ee47952f74ce9a6708d728d Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:50:22 +0100 Subject: [PATCH] Disable bluetooth hardware volume --- hosts/convertible/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/convertible/default.nix b/hosts/convertible/default.nix index c984045..307296e 100644 --- a/hosts/convertible/default.nix +++ b/hosts/convertible/default.nix @@ -11,6 +11,9 @@ ./hardware-configuration.nix ../../modules/virtualization/docker.nix ../../modules/virtualization/qemu.nix + ../../modules/secrets/gnome-keyring.nix + ../../modules/secrets/gpg.nix + ../../modules/services/openvpn.nix ]; boot = { @@ -60,6 +63,13 @@ services.tailscale.useRoutingFeatures = "client"; environment = { + etc = { + "wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = '' + bluez_monitor.properties = { + ["bluez5.enable-hw-volume"] = false, + } + ''; + }; systemPackages = with pkgs; [ tailscale