guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: Allow (service bluetooth-service-type).


From: guix-commits
Subject: branch master updated: services: Allow (service bluetooth-service-type).
Date: Wed, 23 Sep 2020 13:09:17 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 97e98e2  services: Allow (service bluetooth-service-type).
97e98e2 is described below

commit 97e98e22691d3d1ecf35afc2ba2c961fdbd3cc7e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 23 19:06:28 2020 +0200

    services: Allow (service bluetooth-service-type).
    
    * gnu/services/desktop.scm (bluetooth-service-type)
    [default-value]: Set to (bluetooth-configuration).
---
 gnu/services/desktop.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index bdbea5d..1dcf71d 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.")))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]