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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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