install: Add nss-certs to the image.

* gnu/system/install.scm (installation-os)[packages]: Add nss-certs.
This commit is contained in:
Pierre Neidhardt 2019-02-08 15:30:08 +01:00
parent 1d5be0b61c
commit 0b767e3d5b
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -409,6 +409,7 @@ (define installation-os
;; available here, so we keep that.
bash-completion
nvi ;:wq!
nss-certs ; To access HTTPS, use git, etc.
%base-packages))))
(define* (os-with-u-boot os board #:key (bootloader-target "/dev/mmcblk0")