Remove hydra from substitute urls
modules/config/os.scm
| 66 | 66 | (guix-service-type config => | |
| 67 | 67 | (guix-configuration | |
| 68 | 68 | (inherit config) | |
| 69 | - | (substitute-urls '("https://berlin.guixsd.org" | |
| 70 | - | "https://mirror.hydra.gnu.org"))))))) | |
| 69 | + | (substitute-urls '("https://berlin.guix.gnu.org"))))))) | |
| 71 | 70 | ||
| 72 | 71 | (define desktop-services | |
| 73 | 72 | (cons* | |
… | |||
| 92 | 91 | (guix-service-type config => | |
| 93 | 92 | (guix-configuration | |
| 94 | 93 | (inherit config) | |
| 95 | - | (substitute-urls '("https://berlin.guixsd.org" | |
| 96 | - | "https://mirror.hydra.gnu.org"))))))) | |
| 94 | + | (substitute-urls '("https://berlin.guix.gnu.org"))))))) | |
| 97 | 95 | ||
| 98 | 96 | (define (tyreunom-os host-name) | |
| 99 | 97 | (operating-system | |