🧊 aristotle: tune ipfs
This commit is contained in:
parent
80ad60db81
commit
baf07fe418
@ -16,6 +16,15 @@
|
|||||||
];
|
];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
API = { HTTPHeaders = { Access-Control-Allow-Origin = [ "*" ]; }; };
|
API = { HTTPHeaders = { Access-Control-Allow-Origin = [ "*" ]; }; };
|
||||||
|
Routing = { Type = "dhtclient"; };
|
||||||
|
Swarm = {
|
||||||
|
ConnMgr = {
|
||||||
|
Type = "basic";
|
||||||
|
LowWater = 25;
|
||||||
|
HighWater = 50;
|
||||||
|
GracePeriod = "1m0s";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
"homepage": "https://nix-community.github.io/home-manager/",
|
"homepage": "https://nix-community.github.io/home-manager/",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "9ad0024d4d292c628d4c9a50c2347f23418d7000",
|
"rev": "06ee8ec8dfc4554c374052cd7b7083765748af99",
|
||||||
"sha256": "1i7nyw2j5d6wh4d1bx89fxsxfg60c0g66w5wzxx8g79x4n4gnxyc",
|
"sha256": "1g2d6f4mhj71drnyh8wa7358f36vfw7yxdfq9cjwff1zaa9lp142",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/nix-community/home-manager/archive/9ad0024d4d292c628d4c9a50c2347f23418d7000.tar.gz",
|
"url": "https://github.com/nix-community/home-manager/archive/06ee8ec8dfc4554c374052cd7b7083765748af99.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"niv": {
|
"niv": {
|
||||||
@ -29,10 +29,10 @@
|
|||||||
"homepage": "",
|
"homepage": "",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "db6e089456cdddcd7e2c1d8dac37a505c797e8fa",
|
"rev": "f51caec3fc179127011da5568d572f096971ac63",
|
||||||
"sha256": "02yk20i9n5nhn6zgll3af7kp3q5flgrpg1h5vcqfdqcck8iikx4b",
|
"sha256": "15rry0xwsyrck3pkms7c57lyldv21r2kich6j4180731x9m7hxf5",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/NixOS/nixpkgs/archive/db6e089456cdddcd7e2c1d8dac37a505c797e8fa.tar.gz",
|
"url": "https://github.com/NixOS/nixpkgs/archive/f51caec3fc179127011da5568d572f096971ac63.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user