diff options
author | Collin J. Doering | 2024-07-22 20:56:44 -0400 |
---|---|---|
committer | Collin J. Doering | 2024-07-22 20:58:46 -0400 |
commit | 9e9816870a30d1345ae1120b5b8e8c77b17d34d4 (patch) | |
tree | 6777d221787b175c92e827c0dd6e3f98c3272772 /.guix/guix-na | |
parent | 381f6ede076908fa9b9896c8345185f4c0f713e1 (diff) | |
download | guix-north-america-9e9816870a30d1345ae1120b5b8e8c77b17d34d4.tar.gz |
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.
Diffstat (limited to '.guix/guix-na')
-rw-r--r-- | .guix/guix-na/config/balg02.scm | 3 |
1 files changed, 1 insertions, 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 |