Bluetooth: Difference between revisions

H7x4 (talk | contribs)
m Fix link
Onny (talk | contribs)
Cleanup
Line 1: Line 1:
==Enabling Bluetooth support==
==Setup==
To enable support for Bluetooth devices, amend your system configuration as follows:
To enable support for Bluetooth devices, amend your system configuration as follows and apply changes:
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{
hardware.bluetooth.enable = true;
  ...
  hardware.bluetooth.enable = true; # enables support for Bluetooth
  hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
  ...
}
</nowiki>}}
</nowiki>}}
{{evaluate}}
==Usage==
==Pairing Bluetooth devices==
In order to use Bluetooth devices, they must be paired with your NixOS machine. Heavier [[:Category:Desktop_environment|desktop environments]] will usually provide a Bluetooth management GUI which you can use to pair devices.
In order to use Bluetooth devices, they must be paired with your NixOS machine. Heavier [[:Category:Desktop_environment|desktop environments]] will usually provide a Bluetooth management GUI which you can use to pair devices.