From a6de8398ddcfc175f27fe832f60ff2a54e3a8dea Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 24 Sep 2022 13:46:06 +0200 Subject: [PATCH] modules/ipfs: listen on correct port --- modules/ipfs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ipfs/default.nix b/modules/ipfs/default.nix index fa41ffb..bc2f646 100644 --- a/modules/ipfs/default.nix +++ b/modules/ipfs/default.nix @@ -29,6 +29,7 @@ in autoMount = true; autoMigrate = false; + swarmAddress = "/ip4/0.0.0.0/tcp/${toString ipfsPort}"; inherit apiAddress; gatewayAddress = "/ip4/${gw.ipv4}/tcp/${gw.portStr}"; dataDir = "/srv/storage/ipfs/repo";