mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
services: network-manager: Specify a default value.
* gnu/services/networking.scm (network-manager-service-type)[default-value]: New field.
This commit is contained in:
@@ -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)))))
|
||||
|
||||
|
||||
;;;
|
||||
|
||||
Reference in New Issue
Block a user