mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-25 02:21:49 +02:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user