guix-commits
[Top][All Lists]
Advanced

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

03/06: services: connman: Add default configuration to the connman-servi


From: Efraim Flashner
Subject: 03/06: services: connman: Add default configuration to the connman-service-type.
Date: Sun, 20 May 2018 14:44:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9b0e51461d8170aaa5147fca33647371e8a8eb12
Author: Efraim Flashner <address@hidden>
Date:   Thu May 17 21:15:46 2018 +0300

    services: connman: Add default configuration to the connman-service-type.
    
    * gnu/services/networking.scm (connman-service-type)[default-value]: New
    field.
---
 gnu/services/networking.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 0c9c69e..6e71ccf 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -959,6 +959,7 @@ wireless networking."))))
                          ;; Add connman to the system profile.
                          (service-extension profile-service-type
                                             connman-package)))
+                  (default-value (connman-configuration))
                   (description
                    "Run @url{https://01.org/connman,Connman},
 a network connection manager."))))



reply via email to

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