services: network-manager: Specify a default value.
* gnu/services/networking.scm (network-manager-service-type)[default-value]: New field.
This commit is contained in:
parent
2e2b5ad7bb
commit
44fa0dbec7
|
@ -927,7 +927,8 @@ dns=" dns "
|
||||||
(service-extension activation-service-type
|
(service-extension activation-service-type
|
||||||
(const %network-manager-activation))
|
(const %network-manager-activation))
|
||||||
;; Add network-manager to the system profile.
|
;; Add network-manager to the system profile.
|
||||||
(service-extension profile-service-type config->package))))))
|
(service-extension profile-service-type config->package)))
|
||||||
|
(default-value (network-manager-configuration)))))
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Reference in New Issue