Add bordeaux to substitute urls
modules/config/os.scm
73 | 73 | (guix-service-type config => | |
74 | 74 | (guix-configuration | |
75 | 75 | (inherit config) | |
76 | - | (substitute-urls '("https://ci.guix.gnu.org"))))))) | |
76 | + | (substitute-urls '("https://ci.guix.gnu.org" | |
77 | + | "https://bordeaux.guix.gnu.org"))))))) | |
77 | 78 | ||
78 | 79 | (define desktop-services | |
79 | 80 | (cons* |