host/ipfs: disable because it eat my cpu
ref: https://github.com/ipfs/kubo/issues/9705
This commit is contained in:
parent
6dd94a9fcc
commit
c79a5133bd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
# Enable ipfs
|
# Enable ipfs
|
||||||
services.kubo = {
|
services.kubo = {
|
||||||
enable = true;
|
enable = false;
|
||||||
localDiscovery = true;
|
localDiscovery = true;
|
||||||
enableGC = true;
|
enableGC = true;
|
||||||
# it doesn't work in stable
|
# it doesn't work in stable
|
||||||
|
|
Loading…
Reference in a new issue