2024-02-29 12:44:52 +01:00
|
|
|
# https://nixos.wiki/wiki/Bluetooth
|
|
|
|
{
|
|
|
|
hardware.bluetooth.enable = true;
|
|
|
|
hardware.bluetooth.powerOnBoot = true;
|
2025-01-18 23:55:49 +01:00
|
|
|
systemd.services.bluetooth.serviceConfig.ConfigurationDirectoryMode = "755";
|
2024-02-29 12:44:52 +01:00
|
|
|
}
|