Skip to content
Snippets Groups Projects
Unverified Commit 113bc081 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

installer: Add 'nss-certs' to the networking services.

Fixes <https://bugs.gnu.org/35469>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.

* gnu/installer/services.scm (%system-services): Add service for
'nss-certs', with 'recommended?' set to #t.
parent 1d9fcdac
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,11 @@ (define %system-services ...@@ -89,6 +89,11 @@ (define %system-services
(name (G_ "Tor anonymous network router")) (name (G_ "Tor anonymous network router"))
(type 'networking) (type 'networking)
(snippet '((service tor-service-type)))) (snippet '((service tor-service-type))))
(system-service
(name (G_ "Mozilla NSS certificates, for HTTPS access"))
(type 'networking)
(packages '((specification->package "nss-certs")))
(recommended? #t))
;; Network connectivity management. ;; Network connectivity management.
(system-service (system-service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment