🚚 ipfs -> kubo

This commit is contained in:
James Walker 2022-10-07 06:19:56 -04:00
parent 687672a62b
commit d4df0f75b5
Signed by: walkah
GPG Key ID: 3C127179D6086E93
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
]; ];
services = { services = {
ipfs = { kubo = {
enable = true; enable = true;
extraConfig = { extraConfig = {
Swarm = { Swarm = {

View File

@ -4,7 +4,7 @@
environment.systemPackages = with pkgs; [ ipfs-migrator ]; environment.systemPackages = with pkgs; [ ipfs-migrator ];
services = { services = {
ipfs = { kubo = {
enable = true; enable = true;
apiAddress = "/ip4/0.0.0.0/tcp/5001"; apiAddress = "/ip4/0.0.0.0/tcp/5001";
gatewayAddress = "/ip4/0.0.0.0/tcp/8080"; gatewayAddress = "/ip4/0.0.0.0/tcp/8080";

View File

@ -33,7 +33,7 @@ in
allowedUDPPorts = [ 4001 ]; allowedUDPPorts = [ 4001 ];
}; };
services = { services = {
ipfs = { kubo = {
enable = true; enable = true;
extraConfig = { extraConfig = {
Peering = { Peers = peers; }; Peering = { Peers = peers; };