modules/ipfs: disable autoMigrate
This commit is contained in:
parent
4c45c05465
commit
f5911e7a11
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
startWhenNeeded = false;
|
startWhenNeeded = false;
|
||||||
autoMount = true;
|
autoMount = true;
|
||||||
|
autoMigrate = false;
|
||||||
|
|
||||||
inherit apiAddress;
|
inherit apiAddress;
|
||||||
gatewayAddress = "/ip4/127.0.0.1/tcp/${gwPort}";
|
gatewayAddress = "/ip4/127.0.0.1/tcp/${gwPort}";
|
||||||
|
|
Loading…
Reference in a new issue