3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

services: connman: Add default configuration to the connman-service-type.

* gnu/services/networking.scm (connman-service-type)[default-value]: New
field.
This commit is contained in:
Efraim Flashner 2018-05-17 21:15:46 +03:00
parent e9d271ed9a
commit 9b0e51461d
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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."))))