Files
2025-05-29 13:53:53 +02:00

7 lines
118 B
Nix

# Enable bluetooth on boot.
{ ... }:
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
}