From d4df0f75b57c125410a543e52dab7d0042a2e0fc Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 7 Oct 2022 06:19:56 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20ipfs=20->=20kubo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/ipfs/cluster.nix | 2 +- modules/ipfs/default.nix | 2 +- modules/ipfs/gateway.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ipfs/cluster.nix b/modules/ipfs/cluster.nix index 94bc140..7f4c37e 100644 --- a/modules/ipfs/cluster.nix +++ b/modules/ipfs/cluster.nix @@ -7,7 +7,7 @@ ]; services = { - ipfs = { + kubo = { enable = true; extraConfig = { Swarm = { diff --git a/modules/ipfs/default.nix b/modules/ipfs/default.nix index 82fca0e..20c48aa 100644 --- a/modules/ipfs/default.nix +++ b/modules/ipfs/default.nix @@ -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"; diff --git a/modules/ipfs/gateway.nix b/modules/ipfs/gateway.nix index 9615b89..cb476ca 100644 --- a/modules/ipfs/gateway.nix +++ b/modules/ipfs/gateway.nix @@ -33,7 +33,7 @@ in allowedUDPPorts = [ 4001 ]; }; services = { - ipfs = { + kubo = { enable = true; extraConfig = { Peering = { Peers = peers; };