modules/ipfs: listen on correct port
This commit is contained in:
parent
1deb17fa77
commit
a6de8398dd
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ in
|
||||||
autoMount = true;
|
autoMount = true;
|
||||||
autoMigrate = false;
|
autoMigrate = false;
|
||||||
|
|
||||||
|
swarmAddress = "/ip4/0.0.0.0/tcp/${toString ipfsPort}";
|
||||||
inherit apiAddress;
|
inherit apiAddress;
|
||||||
gatewayAddress = "/ip4/${gw.ipv4}/tcp/${gw.portStr}";
|
gatewayAddress = "/ip4/${gw.ipv4}/tcp/${gw.portStr}";
|
||||||
dataDir = "/srv/storage/ipfs/repo";
|
dataDir = "/srv/storage/ipfs/repo";
|
||||||
|
|
Loading…
Reference in a new issue