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

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).
''; '';
}; };
}; };