services: Allow (service bluetooth-service-type).
* gnu/services/desktop.scm (bluetooth-service-type) [default-value]: Set to (bluetooth-configuration).master
parent
0dba6eadd7
commit
97e98e2269
|
@ -470,6 +470,7 @@ site} for more information."
|
||||||
,(bluetooth-directory config)))))
|
,(bluetooth-directory config)))))
|
||||||
(service-extension shepherd-root-service-type
|
(service-extension shepherd-root-service-type
|
||||||
(compose list bluetooth-shepherd-service))))
|
(compose list bluetooth-shepherd-service))))
|
||||||
|
(default-value (bluetooth-configuration))
|
||||||
(description "Run the @command{bluetoothd} daemon, which manages all the
|
(description "Run the @command{bluetoothd} daemon, which manages all the
|
||||||
Bluetooth devices and provides a number of D-Bus interfaces.")))
|
Bluetooth devices and provides a number of D-Bus interfaces.")))
|
||||||
|
|
||||||
|
|
Reference in New Issue