diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-11 22:59:29 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-11 23:01:20 +0200 |
commit | efb5e833ba0450c5136e7a282c83789bd623afd1 (patch) | |
tree | fe4f77a344ccb224055729a22bf206ee11962db2 /gnu | |
parent | 1303a4a4517260def862ce7fe97e6b28dd8005e1 (diff) | |
download | patches-efb5e833ba0450c5136e7a282c83789bd623afd1.tar patches-efb5e833ba0450c5136e7a282c83789bd623afd1.tar.gz |
doc: Document X.509 certificates.
* doc/guix.texi (Using the Configuration System): Add xref to "X.509
Certificates".
(X.509 Certificates): New section.
* gnu/system/examples/desktop.tmpl: Use NSS-CERTS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/examples/desktop.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl index 07e3f0b1d6..b2919f7221 100644 --- a/gnu/system/examples/desktop.tmpl +++ b/gnu/system/examples/desktop.tmpl @@ -3,7 +3,7 @@ (use-modules (gnu) (gnu system nss)) (use-service-modules desktop) -(use-package-modules xfce ratpoison wicd avahi xorg) +(use-package-modules xfce ratpoison wicd avahi xorg certs) (operating-system (host-name "antelope") @@ -32,6 +32,7 @@ ;; sessions using either of these at the log-in screen. (packages (cons* xfce ratpoison ;desktop environments xterm wicd avahi ;useful tools + nss-certs ;for HTTPS access %base-packages)) ;; Use the "desktop" services, which include the X11 |