summaryrefslogtreecommitdiff
path: root/system/bluetooth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/bluetooth.nix')
-rw-r--r--system/bluetooth.nix8
1 files changed, 7 insertions, 1 deletions
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;
+ };
+ };
};
}