services: network-manager: Specify a default value.

* gnu/services/networking.scm (network-manager-service-type)[default-value]:
New field.
This commit is contained in:
Ludovic Courtès 2017-06-21 14:52:30 +02:00
parent 2e2b5ad7bb
commit 44fa0dbec7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -927,7 +927,8 @@ (define network-manager-service-type
(service-extension activation-service-type
(const %network-manager-activation))
;; 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)))))
;;;