guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: services: Allow substitutes on berlin.


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Allow substitutes on berlin.
Date: Mon, 04 Jan 2021 09:20:55 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 9c9af82  hydra: services: Allow substitutes on berlin.
9c9af82 is described below

commit 9c9af8208697d0adcbe7dc5b761a8537fdd43e75
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Jan 4 15:20:11 2021 +0100

    hydra: services: Allow substitutes on berlin.
    
    * hydra/modules/sysadmin/services.scm (guix-daemon-config): Allow 
substitutes.
---
 hydra/modules/sysadmin/services.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index be80df3..d3d69be 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -193,8 +193,6 @@
                              (build-accounts-to-max-jobs-ratio 4)
                              (authorized-keys '()))
   (guix-configuration
-   ;; Disable substitutes altogether.
-   (use-substitutes? #f)
    (substitute-urls '())
    (authorized-keys authorized-keys)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]