diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-01-23 18:52:56 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-01-23 23:49:24 +0100 |
| commit | 02bb6b45e472131d882c2466f3a4104ee7d56631 (patch) | |
| tree | 163ab58fcb40f363534c82317ac235048fde494d /gnu | |
| parent | ca79e42ea2a6becbb444bad35dbbad4e03bfad2c (diff) | |
services: guix: #:authorize-hydra-key? now defaults to #t.
* gnu/services/base.scm (guix-service): Change AUTHORIZE-HYDRA-KEY?
default value to #t.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/services/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/base.scm b/gnu/services/base.scm index d55eb3a5f96..17dd0fb5994 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm | |||
| @@ -598,7 +598,7 @@ GUIX." | |||
| 598 | failed to register hydra.gnu.org public key: ~a~%" status)))))))) | 598 | failed to register hydra.gnu.org public key: ~a~%" status)))))))) |
| 599 | 599 | ||
| 600 | (define* (guix-service #:key (guix guix) (builder-group "guixbuild") | 600 | (define* (guix-service #:key (guix guix) (builder-group "guixbuild") |
| 601 | (build-accounts 10) authorize-hydra-key? | 601 | (build-accounts 10) (authorize-hydra-key? #t) |
| 602 | (use-substitutes? #t) | 602 | (use-substitutes? #t) |
| 603 | (extra-options '())) | 603 | (extra-options '())) |
| 604 | "Return a service that runs the build daemon from @var{guix}, and has | 604 | "Return a service that runs the build daemon from @var{guix}, and has |
