mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
services: Allow (service bluetooth-service-type).
* gnu/services/desktop.scm (bluetooth-service-type) [default-value]: Set to (bluetooth-configuration).
This commit is contained in:
parent
0dba6eadd7
commit
97e98e2269
1 changed files with 1 additions and 0 deletions
|
@ -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.")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue