services/reflex: use all caches
This commit is contained in:
parent
b15871d15f
commit
54a8e04944
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue