From 4792e717d138eab77f4d82217ce16534bd6bc561 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Tue, 9 Jul 2024 19:27:37 -0300 Subject: [PATCH] operating-systems: buer: Update guix-configuration-substitute-urls --- operating-systems/buer.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index a212e20..d052f15 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -235,13 +235,13 @@ (guix (guix-for-channels (list channel:guix channel:radix))) + (authorized-keys + (list substitute-key:genenetwork.pub)) (substitute-urls `("https://ci.guix.gnu.org" + "https://cuirass.genenetwork.org" "https://berlin.guix.gnu.org" - "https://mirrors.sjtug.sjtu.edu.cn/guix" - "https://hydra-guix-129.guix.gnu.org" - "https://bordeaux-singapore-mirror.cbaines.net" - "https://bordeaux-us-east-mirror.cbaines.net")) + "https://bordeaux.guix.gnu.org")) (extra-options `("--max-jobs=8" "--cores=4"