aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authoraditya <bluenerd@protonmail.com>2023-06-24 11:05:21 +0530
committeraditya <bluenerd@protonmail.com>2023-06-24 11:05:21 +0530
commit0449c8c1fb3e3b5b567ee0a1d1f4566c37ee11cd (patch)
treea094c01c4cf4e5dcfbef8bfbe5c63143db232215 /content
parent18354c7d848a10c47352e5b2057df2f9f18b586a (diff)
update link to wiki
Diffstat (limited to 'content')
-rw-r--r--content/post/enable-bluetooth-in-nixos.md2
1 files changed, 1 insertions, 1 deletions
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: