mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 09:17:54 +08:00
disable ipfs; taking too much cpu
This commit is contained in:
parent
c4225cb5a5
commit
b844e27565
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
services.openssh.enable = true;
|
||||
services.ipfs = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
user = "srid";
|
||||
};
|
||||
services.netdata.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue