aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-05-18 18:24:48 +0200
committerLeander Scherer <leander@schererleander.de>2026-05-28 22:42:07 +0200
commitcc70effa43ea8461559e5e2c193f8da7bf4a9835 (patch)
treed9af0a6bf1a9bca56b2ee4e88a09fe4f04429c77 /modules
parent06831050e2ee1af63f5c1155c93b64187ee9d380 (diff)
fix(bluetooth): add Privacy=device to fix BLE HID keyboard input
Diffstat (limited to 'modules')
-rw-r--r--modules/system/bluetooth.nix1
1 files changed, 1 insertions, 0 deletions
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;