From 02bb6b45e472131d882c2466f3a4104ee7d56631 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 23 Jan 2015 18:52:56 +0100 Subject: services: guix: #:authorize-hydra-key? now defaults to #t. * gnu/services/base.scm (guix-service): Change AUTHORIZE-HYDRA-KEY? default value to #t. --- gnu/services/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/services') diff --git a/gnu/services/base.scm b/gnu/services/base.scm index d55eb3a5f9..17dd0fb599 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -598,7 +598,7 @@ (define (hydra-key-authorization 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 -- cgit v1.2.3