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 = {
enable = mkEnableOption "Interplanetary File System";
enable = mkEnableOption "Interplanetary File System (WARNING: may cause severe network degredation)";
user = mkOption {
type = types.str;