From f1912f7063f3eb303c5af1dd38dc0ad7eed9a7b1 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Fri, 25 Jun 2021 14:39:49 -0600 Subject: system/bluetooth: add configuration options - add hsphfpd - enable powerOnBoot - set discovery timeout Signed-off-by: Kenny Ballou --- system/bluetooth.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/system/bluetooth.nix b/system/bluetooth.nix index 30faf1b..b1d53ae 100644 --- a/system/bluetooth.nix +++ b/system/bluetooth.nix @@ -3,6 +3,12 @@ hardware.bluetooth = { enable = true; package = pkgs.bluezFull; - powerOnBoot = false; + powerOnBoot = true; + hsphfpd.enable = true; + settings = { + General = { + DiscoverableTimeout = 60; + }; + }; }; } -- cgit v1.2.1