From 9b0e51461d8170aaa5147fca33647371e8a8eb12 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 17 May 2018 21:15:46 +0300 Subject: 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(+) (limited to 'gnu/services') diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index 0c9c69eef5..6e71ccf8fe 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.")))) -- cgit v1.2.3