diff --git a/hosts/prophet/services/reflex/default.nix b/hosts/prophet/services/reflex/default.nix index 1346040..921fef7 100644 --- a/hosts/prophet/services/reflex/default.nix +++ b/hosts/prophet/services/reflex/default.nix @@ -14,6 +14,7 @@ environment = { REFLEX_PORT = config.links.nixIpfs.portStr; IPFS_API = config.services.ipfs.apiAddress; + IPFS_CLUSTER_API = config.services.ipfs-cluster.settings.api.restapi.http_listen_multiaddress; NIX_CACHES = toString [ "https://cache.nixos.org" "https://cache.${tools.meta.domain}"