7 lines
196 B
Nix
7 lines
196 B
Nix
# https://nixos.wiki/wiki/Bluetooth
|
|
{
|
|
hardware.bluetooth.enable = true;
|
|
hardware.bluetooth.powerOnBoot = true;
|
|
systemd.services.bluetooth.serviceConfig.ConfigurationDirectoryMode = "755";
|
|
}
|