services: guix: #:authorize-hydra-key? now defaults to #t.

* gnu/services/base.scm (guix-service): Change AUTHORIZE-HYDRA-KEY?
  default value to #t.
master
Ludovic Courtès 2015-01-23 18:52:56 +01:00
parent ca79e42ea2
commit 02bb6b45e4
2 changed files with 2 additions and 2 deletions

View File

@ -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}.

View File

@ -598,7 +598,7 @@ GUIX."
failed to register hydra.gnu.org public key: ~a~%" status))))))))
(define* (guix-service #:key (guix guix) (builder-group "guixbuild")
(build-accounts 10) authorize-hydra-key?
(build-accounts 10) (authorize-hydra-key? #t)
(use-substitutes? #t)
(extra-options '()))
"Return a service that runs the build daemon from @var{guix}, and has