diff options
Diffstat (limited to 'gnu/installer')
-rw-r--r-- | gnu/installer/services.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/installer/services.scm b/gnu/installer/services.scm index 0b46006add..fbfcdac4e5 100644 --- a/gnu/installer/services.scm +++ b/gnu/installer/services.scm @@ -89,6 +89,11 @@ (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 |