machines: enable gc for ipfs
This commit is contained in:
parent
9e1a96e947
commit
1856a5d45c
2 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
||||||
services.kubo = {
|
services.kubo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
localDiscovery = true;
|
localDiscovery = true;
|
||||||
|
enableGC = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Additional nix configs
|
# Additional nix configs
|
||||||
|
|
|
@ -88,6 +88,7 @@
|
||||||
services.kubo = {
|
services.kubo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
localDiscovery = true;
|
localDiscovery = true;
|
||||||
|
enableGC = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Additional nix configs
|
# Additional nix configs
|
||||||
|
|
Loading…
Reference in a new issue