A list of substitute servers' URLs for the Guix daemon to download substitutes from.
Declarations
Type
list of stringDefault
[
"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"
]