services/reflex: use all caches

This commit is contained in:
Max Headroom 2022-03-13 02:16:01 +01:00
parent b15871d15f
commit 54a8e04944

View file

@ -16,6 +16,11 @@ in {
environment = {
REFLEX_PORT = port;
IPFS_API = config.services.ipfs.apiAddress;
NIX_CACHES = toString [
"https://cache.nixos.org"
"https://cache.${tools.meta.domain}"
"https://max.cachix.org"
];
};
};