Add high-memory description

This commit is contained in:
nixbitcoin
2019-03-24 11:38:37 +01:00
parent fca4af59ac
commit eb4968d292

View File

@@ -24,7 +24,7 @@ in {
type = types.bool; type = types.bool;
default = false; default = false;
description = '' description = ''
If enabled, the electrs service will sync faster on high-memory systems. If enabled, the electrs service will sync faster on high-memory systems ( 8GB).
''; '';
}; };
}; };