I’ve been attempting to get Bluetooth working on my new build. However, even though the Bluetooth is enabled on start with hardware.bluetooth.enable = true
and hardware.bluetooth.powerOnBoot = true
the Bluetooth systemctl service logs say “Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth)”.
I’ve tried:
- Using linuxPackges_latest
- Using linuxFirmware enable all
- Adding the m9725 kernel module
This is the Bluetooth setup I’ve come up with but to no avail:
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General ={
FastConnectable = true;
Experimental = true;
};
};
};
services.blueman.enable = true;
I’ve verified that the M9725 is in the mainline kernel since 6.10 but it is not working for me. Any help is much depreciated.
Nixos Version: Unstable