services.guix.substituters.urls
NixOS option
A list of substitute servers’ URLs for the Guix daemon to download substitutes from.
type: list of stringDefault
[ "https://ci.guix.gnu.org" "https://bordeaux.guix.gnu.org" "https://berlin.guix.gnu.org" ]
Example
declared in: nixos/modules/services/misc/guixView source on NixOS/nixpkgs →options.services.guix.substituters.urls.default ++ [ "https://guix.example.com" "https://guix.example.org" ]