services.guix.substituters.urls

NixOS option

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 in: nixos/modules/services/misc/guixView source on NixOS/nixpkgs →