guix-commits
[Top][All Lists]
Advanced

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

02/12: vm-image: Add 'nss-certs' to the global package set.


From: guix-commits
Subject: 02/12: vm-image: Add 'nss-certs' to the global package set.
Date: Sun, 28 Apr 2019 16:57:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a4ae05fb8bdac6617e75c97ee0fe7fe1c6992de6
Author: Ludovic Courtès <address@hidden>
Date:   Sun Apr 28 15:12:50 2019 +0200

    vm-image: Add 'nss-certs' to the global package set.
    
    * gnu/system/examples/vm-image.tmpl (packages): Add NSS-CERTS.
---
 gnu/system/examples/vm-image.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/system/examples/vm-image.tmpl 
b/gnu/system/examples/vm-image.tmpl
index 95cfcb6..a140082 100644
--- a/gnu/system/examples/vm-image.tmpl
+++ b/gnu/system/examples/vm-image.tmpl
@@ -6,7 +6,7 @@
 
 (use-modules (gnu) (srfi srfi-1))
 (use-service-modules desktop networking ssh xorg)
-(use-package-modules bootloaders fonts nvi wget xorg)
+(use-package-modules bootloaders certs fonts nvi wget xorg)
 
 (define vm-image-motd (plain-file "motd" "
 \x1b[1;37mThis is the GNU system.  Welcome!\x1b[0m
@@ -63,7 +63,7 @@ accounts.\x1b[0m
 root ALL=(ALL) ALL
 %wheel ALL=NOPASSWD: ALL\n"))
 
-  (packages (append (list font-bitstream-vera nvi wget)
+  (packages (append (list font-bitstream-vera nss-certs nvi wget)
                     %base-packages))
 
   (services



reply via email to

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