1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 13:54:06 +02: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:
Remco van 't Veer
2023-02-11 12:16:09 +01:00
committed by Julien Lepiller
parent 222eef1999
commit fe554337de
+1 -1
View File
@@ -40482,7 +40482,7 @@ from being an alias of @code{localhost}.
(essential-services
(modify-services
(operation-system-default-essential-services this-operating-system)
(operating-system-default-essential-services this-operating-system)
(hosts-service-type config => (list
(host "127.0.0.1" "localhost")
(host "::1" "localhost"))))))