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