summaryrefslogtreecommitdiff
path: root/gnu/services/networking.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-05-17 21:15:46 +0300
committerEfraim Flashner <efraim@flashner.co.il>2018-05-20 21:42:32 +0300
commit9b0e51461d8170aaa5147fca33647371e8a8eb12 (patch)
tree53cecf4a77e23750e1ae7880b3e377ce6ece6e6b /gnu/services/networking.scm
parente9d271ed9a1fba86f372986a137b6110a41a1324 (diff)
downloadpatches-9b0e51461d8170aaa5147fca33647371e8a8eb12.tar
patches-9b0e51461d8170aaa5147fca33647371e8a8eb12.tar.gz
services: connman: Add default configuration to the connman-service-type.
* gnu/services/networking.scm (connman-service-type)[default-value]: New field.
Diffstat (limited to 'gnu/services/networking.scm')
-rw-r--r--gnu/services/networking.scm1
1 files changed, 1 insertions, 0 deletions
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."))))