mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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.
This commit is contained in:
parent
4372abfb0f
commit
35e64a8793
2 changed files with 0 additions and 7 deletions
|
@ -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}
|
||||
|
|
|
@ -106,7 +106,6 @@ (define-module (gnu services base)
|
|||
virtual-terminal-service-type
|
||||
|
||||
host
|
||||
%host
|
||||
host?
|
||||
host-address
|
||||
host-canonical-name
|
||||
|
|
Loading…
Reference in a new issue