Add IPFS warning

This commit is contained in:
Emery Hemingway
2018-12-22 20:04:19 +01:00
committed by GitHub
parent fb379dd511
commit 124d8ccc69

View File

@@ -74,7 +74,7 @@ in {
services.ipfs = {
enable = mkEnableOption "Interplanetary File System";
enable = mkEnableOption "Interplanetary File System (WARNING: may cause severe network degredation)";
user = mkOption {
type = types.str;