Disabling ipfs service by default

This commit is contained in:
Martin Potier 2017-07-30 17:19:06 +02:00
parent a2dead079c
commit 0dedd03c80
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
4001 # This is IPFS swarm port
];
services.ipfs = {
enable = true;
enable = false;
enableGC = true;
};
}