services: network-manager: Specify a default value.

* gnu/services/networking.scm (network-manager-service-type)[default-value]:
New field.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -927,7 +927,8 @@ dns=" dns "
(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)))))
;;;