Better solution was suggested on IRC instead of modify-services:
(simple-service 'blueman dbus-root-service-type (list blueman)) Milan On 12/10/21 22:48, Milan Svoboda wrote:
Hello, I had the exactly same problem, and this fixes it: Those packages in system config: "bluez-alsa" "bluez" "blueman" "pulseaudio" This service added (service bluetooth-service-type (bluetooth-configuration (auto-enable? #t))) And this to modify-services (dbus-root-service-type config => (dbus-configuration (inherit config) (services (list blueman)))) Milan
