🚚 ipfs -> kubo
This commit is contained in:
parent
687672a62b
commit
d4df0f75b5
@ -7,7 +7,7 @@
|
||||
];
|
||||
|
||||
services = {
|
||||
ipfs = {
|
||||
kubo = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
Swarm = {
|
||||
|
@ -4,7 +4,7 @@
|
||||
environment.systemPackages = with pkgs; [ ipfs-migrator ];
|
||||
|
||||
services = {
|
||||
ipfs = {
|
||||
kubo = {
|
||||
enable = true;
|
||||
apiAddress = "/ip4/0.0.0.0/tcp/5001";
|
||||
gatewayAddress = "/ip4/0.0.0.0/tcp/8080";
|
||||
|
@ -33,7 +33,7 @@ in
|
||||
allowedUDPPorts = [ 4001 ];
|
||||
};
|
||||
services = {
|
||||
ipfs = {
|
||||
kubo = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
Peering = { Peers = peers; };
|
||||
|
Loading…
x
Reference in New Issue
Block a user