services: Allow (service bluetooth-service-type).

* gnu/services/desktop.scm (bluetooth-service-type)
[default-value]: Set to (bluetooth-configuration).
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-23 19:06:28 +02:00
parent 0dba6eadd7
commit 97e98e2269
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -470,6 +470,7 @@ (define bluetooth-service-type
,(bluetooth-directory config)))))
(service-extension shepherd-root-service-type
(compose list bluetooth-shepherd-service))))
(default-value (bluetooth-configuration))
(description "Run the @command{bluetoothd} daemon, which manages all the
Bluetooth devices and provides a number of D-Bus interfaces.")))