let them pull cache from each other
This commit is contained in:
parent
a2b95c89b9
commit
147f025cc4
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
#"http://192.168.88.251:5000"
|
"http://192.168.88.251:5000"
|
||||||
"http://192.168.88.252:5000"
|
"http://192.168.88.252:5000"
|
||||||
#"http://192.168.88.253:5000"
|
"http://192.168.88.253:5000"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||||
|
|
Loading…
Add table
Reference in a new issue