1
Fork 0
satellite/hosts/nixos/common/optional/bluetooth.nix

6 lines
117 B
Nix
Raw Normal View History

2024-02-29 12:44:52 +01:00
# https://nixos.wiki/wiki/Bluetooth
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
}