disable ipfs; taking too much cpu

This commit is contained in:
Sridhar Ratnakumar 2021-07-02 22:10:58 -04:00
parent c4225cb5a5
commit b844e27565

View file

@ -61,7 +61,7 @@
services.openssh.enable = true;
services.ipfs = {
enable = true;
enable = false;
user = "srid";
};
services.netdata.enable = true;