modules/ipfs: disable autoMigrate

This commit is contained in:
Max Headroom 2022-05-31 10:33:20 +02:00
parent 4c45c05465
commit f5911e7a11

View file

@ -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}";