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;
|
||||
startWhenNeeded = false;
|
||||
autoMount = true;
|
||||
autoMigrate = false;
|
||||
|
||||
inherit apiAddress;
|
||||
gatewayAddress = "/ip4/127.0.0.1/tcp/${gwPort}";
|
||||
|
|
Loading…
Reference in a new issue