summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-28 15:12:50 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-28 22:57:06 +0200
commita4ae05fb8bdac6617e75c97ee0fe7fe1c6992de6 (patch)
tree840e6ccd89b5a13d9e796049af8384ba3ecdc644 /gnu/system
parent0663302618d6bef25bf09f694a91ab05fe7a9bd7 (diff)
vm-image: Add 'nss-certs' to the global package set.
* gnu/system/examples/vm-image.tmpl (packages): Add NSS-CERTS.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/examples/vm-image.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/examples/vm-image.tmpl b/gnu/system/examples/vm-image.tmpl
index 95cfcb6865d..a140082c0b6 100644
--- a/gnu/system/examples/vm-image.tmpl
+++ b/gnu/system/examples/vm-image.tmpl
@@ -6,7 +6,7 @@
6 6
7(use-modules (gnu) (srfi srfi-1)) 7(use-modules (gnu) (srfi srfi-1))
8(use-service-modules desktop networking ssh xorg) 8(use-service-modules desktop networking ssh xorg)
9(use-package-modules bootloaders fonts nvi wget xorg) 9(use-package-modules bootloaders certs fonts nvi wget xorg)
10 10
11(define vm-image-motd (plain-file "motd" " 11(define vm-image-motd (plain-file "motd" "
12\x1b[1;37mThis is the GNU system. Welcome!\x1b[0m 12\x1b[1;37mThis is the GNU system. Welcome!\x1b[0m
@@ -63,7 +63,7 @@ accounts.\x1b[0m
63root ALL=(ALL) ALL 63root ALL=(ALL) ALL
64%wheel ALL=NOPASSWD: ALL\n")) 64%wheel ALL=NOPASSWD: ALL\n"))
65 65
66 (packages (append (list font-bitstream-vera nvi wget) 66 (packages (append (list font-bitstream-vera nss-certs nvi wget)
67 %base-packages)) 67 %base-packages))
68 68
69 (services 69 (services