me
/
guix
Archived
1
0
Fork 0

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

* gnu/services/networking.scm (connman-service-type)[default-value]: New
field.
master
Efraim Flashner 2018-05-17 21:15:46 +03:00
parent e9d271ed9a
commit 9b0e51461d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

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