From cc70effa43ea8461559e5e2c193f8da7bf4a9835 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Mon, 18 May 2026 18:24:48 +0200 Subject: fix(bluetooth): add Privacy=device to fix BLE HID keyboard input --- modules/system/bluetooth.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system') diff --git a/modules/system/bluetooth.nix b/modules/system/bluetooth.nix index 2935b7d..8b42455 100644 --- a/modules/system/bluetooth.nix +++ b/modules/system/bluetooth.nix @@ -7,6 +7,7 @@ General = { Experimental = true; FastConnectable = true; + Privacy = "device"; }; Policy = { AutoEnable = true; -- cgit v1.3.1