Fix definition of high memory systems

This commit is contained in:
Jonas Nick 2019-03-24 20:26:07 +00:00
parent 7145d0dca9
commit d39a253d20
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 1 additions and 1 deletions

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 ( 8GB). If enabled, the electrs service will sync faster on high-memory systems ( 8GB).
''; '';
}; };
}; };