diff --git a/doc/guix.texi b/doc/guix.texi index 5fb5850a6c4..6c7c918eb07 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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"))))))