services.guix.substituters.urls

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

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"
]
Declared
<nixpkgs/nixos/modules/services/misc/guix>