mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
doc: Fix documentation typo.
* doc/guix.texi (Service Reference): Fix typo. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
222eef1999
commit
fe554337de
1 changed files with 1 additions and 1 deletions
|
@ -40482,7 +40482,7 @@ from being an alias of @code{localhost}.
|
||||||
|
|
||||||
(essential-services
|
(essential-services
|
||||||
(modify-services
|
(modify-services
|
||||||
(operation-system-default-essential-services this-operating-system)
|
(operating-system-default-essential-services this-operating-system)
|
||||||
(hosts-service-type config => (list
|
(hosts-service-type config => (list
|
||||||
(host "127.0.0.1" "localhost")
|
(host "127.0.0.1" "localhost")
|
||||||
(host "::1" "localhost"))))))
|
(host "::1" "localhost"))))))
|
||||||
|
|
Loading…
Reference in a new issue