From 9e9816870a30d1345ae1120b5b8e8c77b17d34d4 Mon Sep 17 00:00:00 2001 From: Collin J. Doering Date: Mon, 22 Jul 2024 20:56:44 -0400 Subject: balg02: Adjust guix-daemon configuration; only use local substitutes * .guix/guix-na/config/balg02.scm: In response to feedback from Ludo (https://lists.gnu.org/archive/html/guix-devel/2024-07/msg00073.html), adjust guix-daemon configuration to use only local substitutes. This is at a cost of extra build time on balg02, but will allow for more build diversity among guix substitute servers. --- .guix/guix-na/config/balg02.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.guix/guix-na/config/balg02.scm b/.guix/guix-na/config/balg02.scm index 9eb9fbe..63cb106 100644 --- a/.guix/guix-na/config/balg02.scm +++ b/.guix/guix-na/config/balg02.scm @@ -604,8 +604,7 @@ synonymous IETF language tags that should be mapped to the same $lang." (modify-services %base-services (guix-service-type config => (guix-daemon-config #:substitute-urls - (cons "https://cuirass.genenetwork.org" - %default-substitute-urls) + '("https://cuirass.genenetwork.org") #:max-jobs 20 #:cores 4 #:authorized-keys -- cgit v1.2.3