diff options
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index bbec1103c8..0d2a61347f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4385,7 +4385,7 @@ settings. @deffn {Monadic Procedure} guix-service [#:guix guix] @ [#:builder-group "guixbuild"] [#:build-accounts 10] @ - [#:authorize-hydra-key? #f] [#:use-substitutes? #t] @ + [#:authorize-hydra-key? #t] [#:use-substitutes? #t] @ [#:extra-options '()] Return a service that runs the build daemon from @var{guix}, and has @var{build-accounts} user accounts available under @var{builder-group}. |