7 lines
118 B
Nix
7 lines
118 B
Nix
# Enable bluetooth on boot.
|
|
{ ... }:
|
|
{
|
|
hardware.bluetooth.enable = true;
|
|
hardware.bluetooth.powerOnBoot = true;
|
|
}
|