🔧 ipfs config tweaks
This commit is contained in:
parent
19a01e278e
commit
475792286d
@ -10,6 +10,7 @@
|
|||||||
kubo = {
|
kubo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
Discovery = { MDNS = { Enabled = true; }; };
|
||||||
Swarm = {
|
Swarm = {
|
||||||
AddrFilters = null;
|
AddrFilters = null;
|
||||||
ConnMgr = {
|
ConnMgr = {
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
_:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
kubo = {
|
kubo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -20,7 +18,6 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
API = { HTTPHeaders = { Access-Control-Allow-Origin = [ "*" ]; }; };
|
API = { HTTPHeaders = { Access-Control-Allow-Origin = [ "*" ]; }; };
|
||||||
Discovery = { MDNS = { Enabled = true; }; };
|
|
||||||
Routing = { Type = "dht"; };
|
Routing = { Type = "dht"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -36,6 +36,7 @@ in
|
|||||||
kubo = {
|
kubo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
Discovery = { MDNS = { Enabled = false; }; };
|
||||||
Peering = { Peers = peers; };
|
Peering = { Peers = peers; };
|
||||||
Swarm = { AddrFilters = null; };
|
Swarm = { AddrFilters = null; };
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user