mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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:
parent
2e2b5ad7bb
commit
44fa0dbec7
1 changed files with 2 additions and 1 deletions
|
@ -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)))))
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue