installer: Add 'nss-certs' to the networking services.
authorLudovic Courtès <ludo@gnu.org>
Sun, 28 Apr 2019 19:46:44 +0000 (21:46 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 28 Apr 2019 20:57:07 +0000 (22:57 +0200)
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.

gnu/installer/services.scm

index 0b46006..fbfcdac 100644 (file)
       (name (G_ "Tor anonymous network router"))
       (type 'networking)
       (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.
      (system-service