mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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:
parent
e9d271ed9a
commit
9b0e51461d
1 changed files with 1 additions and 0 deletions
|
@ -959,6 +959,7 @@ (define connman-service-type
|
||||||
;; Add connman to the system profile.
|
;; Add connman to the system profile.
|
||||||
(service-extension profile-service-type
|
(service-extension profile-service-type
|
||||||
connman-package)))
|
connman-package)))
|
||||||
|
(default-value (connman-configuration))
|
||||||
(description
|
(description
|
||||||
"Run @url{https://01.org/connman,Connman},
|
"Run @url{https://01.org/connman,Connman},
|
||||||
a network connection manager."))))
|
a network connection manager."))))
|
||||||
|
|
Loading…
Reference in a new issue