Add my build farm to substitute urls
modules/config/os.scm
97 | 97 | (guix-service-type config => | |
98 | 98 | (guix-configuration | |
99 | 99 | (inherit config) | |
100 | - | (substitute-urls '("https://berlin.guix.gnu.org"))))))) | |
100 | + | (substitute-urls '("https://guix.lepiler.eu" "https://ci.guix.gnu.org"))))))) | |
101 | 101 | ||
102 | 102 | (define (tyreunom-os host-name) | |
103 | 103 | (operating-system |