🚚 ipfs -> kubo

This commit is contained in:
2022-10-07 06:19:56 -04:00
parent 687672a62b
commit d4df0f75b5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
]; ];
services = { services = {
ipfs = { kubo = {
enable = true; enable = true;
extraConfig = { extraConfig = {
Swarm = { Swarm = {
+1 -1
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";
+1 -1
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; };