prophet/reflex: hook up to ipfs cluster
This commit is contained in:
parent
2889b55808
commit
e23e662b52
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
environment = {
|
environment = {
|
||||||
REFLEX_PORT = config.links.nixIpfs.portStr;
|
REFLEX_PORT = config.links.nixIpfs.portStr;
|
||||||
IPFS_API = config.services.ipfs.apiAddress;
|
IPFS_API = config.services.ipfs.apiAddress;
|
||||||
|
IPFS_CLUSTER_API = config.services.ipfs-cluster.settings.api.restapi.http_listen_multiaddress;
|
||||||
NIX_CACHES = toString [
|
NIX_CACHES = toString [
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
"https://cache.${tools.meta.domain}"
|
"https://cache.${tools.meta.domain}"
|
||||||
|
|
Loading…
Reference in a new issue