summaryrefslogtreecommitdiff
path: root/modules/hardware/bluetooth.nix
blob: 1b6e38b866001a2ed8021471aa4c883f052086ba (plain) (blame)
1
2
3
4
5
6
{
  hardware.bluetooth = {
    enable = true;
    powerOnBoot = true;
  };
}