guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 07/12: installer: Add 'nss-certs' to the networking services.
Date: Sun, 28 Apr 2019 16:57:17 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 113bc0817221e8db8152c817a3805c517eae31e3
Author: Ludovic Courtès <address@hidden>
Date:   Sun Apr 28 21:46:44 2019 +0200

    installer: Add 'nss-certs' to the networking services.
    
    Fixes <https://bugs.gnu.org/35469>.
    Reported by Florian Pelz <address@hidden>.
    
    * gnu/installer/services.scm (%system-services): Add service for
    'nss-certs', with 'recommended?' set to #t.
---
 gnu/installer/services.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/installer/services.scm b/gnu/installer/services.scm
index 0b46006..fbfcdac 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]