From 0449c8c1fb3e3b5b567ee0a1d1f4566c37ee11cd Mon Sep 17 00:00:00 2001 From: aditya Date: Sat, 24 Jun 2023 11:05:21 +0530 Subject: update link to wiki --- content/post/enable-bluetooth-in-nixos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/enable-bluetooth-in-nixos.md b/content/post/enable-bluetooth-in-nixos.md index 351a281..c96b761 100644 --- a/content/post/enable-bluetooth-in-nixos.md +++ b/content/post/enable-bluetooth-in-nixos.md @@ -53,7 +53,7 @@ To enable Bluetooth support on NixOS, you need to add the following line to your hardware.bluetooth.enable = true; ``` -This will enable the hardware.bluetooth module that provides the necessary drivers and services for Bluetooth. You can also customize some options such as the device name, the pin code and the power management settings. For more details, you can check the [NixOS manual](https://nixos.org/manual/nixos/stable/index.html#sec-hardware-bluetooth). +This will enable the hardware.bluetooth module that provides the necessary drivers and services for Bluetooth. You can also customize some options such as the device name, the pin code and the power management settings. For more details, you can check the [NixOS Wiki](https://nixos.wiki/wiki/Bluetooth). If you want to check the battery status of your Bluetooth devices, you need to enable the experimental feature of BlueZ by adding the following snippet to your configuration.nix file: -- cgit v1.2.3