diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-02-23 16:10:24 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-02-23 16:31:36 +0100 |
commit | 35e64a87937c9bae12b207d50cb28f199211a5d2 (patch) | |
tree | 51813a64671f988ad4ae2b8923f81dc8033a074d /doc | |
parent | 4372abfb0fc6ab80b1cc5d866b5889afe9d99758 (diff) | |
download | guix-35e64a87937c9bae12b207d50cb28f199211a5d2.tar.gz |
services: hosts: Do not export '%host'.
This was not meant to be exported. * gnu/services/base.scm (%host): Do not export. * doc/guix.texi (Base Services): Remove mention.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 85768a4b60..fa4d94c1d7 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -18084,12 +18084,6 @@ Additional aliases that map to the same @code{canonical-name}. @defun host address canonical-name [aliases] Procedure for creating @code{host} records. @end defun - -@quotation Note -The constructor for the @code{host} record-type is @code{%host} though -the procedure @code{host} results in more concise definitions when there are -multiple @code{host} records. -@end quotation @end defvar @deffn {Scheme Procedure} login-service @var{config} |