aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/services.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-28 21:46:44 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-28 22:57:07 +0200
commit113bc0817221e8db8152c817a3805c517eae31e3 (patch)
treee1cb46f8ccfafa5504ec051f1fefd3d7d29bc906 /gnu/installer/services.scm
parent1d9fcdacf90764cf168ecaad5f139e7d21a4d7c6 (diff)
downloadguix-113bc0817221e8db8152c817a3805c517eae31e3.tar
guix-113bc0817221e8db8152c817a3805c517eae31e3.tar.gz
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.
Diffstat (limited to 'gnu/installer/services.scm')
-rw-r--r--gnu/installer/services.scm5
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