MyNixOS website logo
option

services.guix.substituters.urls

A list of substitute servers' URLs for the Guix daemon to download substitutes from.

Declarations
Type
list of string
Default
[
  "https://ci.guix.gnu.org"
  "https://bordeaux.guix.gnu.org"
  "https://berlin.guix.gnu.org"
]
Example
options.services.guix.substituters.urls.default ++ [
  "https://guix.example.com"
  "https://guix.example.org"
]