diff options
author | Fabio Natali <me@fabionatali.com> | 2024-04-21 20:20:34 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-04-23 07:13:38 +0200 |
commit | 67a3a83170c038d2eb084d3f53a7ea7b033aea74 (patch) | |
tree | a87b50bbd52027c16c265f8b8ce70f0ba361464a /doc | |
parent | b8ccbc942e0ec7baf695d383e575991289c6e033 (diff) | |
download | guix-67a3a83170c038d2eb084d3f53a7ea7b033aea74.tar guix-67a3a83170c038d2eb084d3f53a7ea7b033aea74.tar.gz |
doc: Fix mentions of 'nss-certs'.
* doc/guix.texi (Using the Configuration System): Fix mention of 'nss-certs'
after the package has been added to '%default-packages' (see
'65e8472a4b6fc6f66871ba0dad518b7d4c63595e').
* doc/guix.texi (Web Services): Fix mention of 'nss-certs' after the package has
been added to '%default-packages' (see
'65e8472a4b6fc6f66871ba0dad518b7d4c63595e').
Change-Id: Iecdecb8deb440cdea224f3e9e7ce54e89dd575a2
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 04e33da1a9..3ee9f54773 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -17246,8 +17246,7 @@ This example refers to the @file{/boot/efi} file system by its UUID, as returned by the @command{blkid} command. @xref{Desktop Services}, for the exact list of services provided by -@code{%desktop-services}. @xref{X.509 Certificates}, for background -information about the @code{nss-certs} package that is used here. +@code{%desktop-services}. Again, @code{%desktop-services} is just a list of service objects. If you want to remove services from there, you can do so using the @@ -32495,9 +32494,9 @@ pulling channels from Git. To that end, it needs to access X.509 certificates so that it can authenticate Git servers when communicating over HTTPS, and it assumes that @file{/etc/ssl/certs} contains those certificates. -Thus, make sure to add @code{nss-certs} or another certificate package to the -@code{packages} field of your configuration. @ref{X.509 Certificates}, for -more information on X.509 certificates. +A certificate package, @code{nss-certs}, is provided by default as +part of @code{%base-packages}. @ref{X.509 Certificates}, for more +information on X.509 certificates. @end quotation @subsubheading gmnisrv |