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