aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-23 19:06:28 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-23 19:07:55 +0200
commit97e98e22691d3d1ecf35afc2ba2c961fdbd3cc7e (patch)
tree40fcdb6f705b26b96f4a342a12ba21c6d85637a6
parent0dba6eadd7e4a5274b1e5290df96d1a475b2265e (diff)
downloadguix-97e98e22691d3d1ecf35afc2ba2c961fdbd3cc7e.tar
guix-97e98e22691d3d1ecf35afc2ba2c961fdbd3cc7e.tar.gz
services: Allow (service bluetooth-service-type).
* gnu/services/desktop.scm (bluetooth-service-type) [default-value]: Set to (bluetooth-configuration).
-rw-r--r--gnu/services/desktop.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index bdbea5dddf..1dcf71d359 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -470,6 +470,7 @@ site} for more information."
,(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.")))