Only set dataDirReadableByGroup if cfg.high-memory is enabled

This commit is contained in:
nixbitcoin 2020-04-24 16:21:12 +02:00
parent 39ff39eb32
commit 742aef1e0f
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
2 changed files with 3 additions and 2 deletions

View file

@ -63,7 +63,8 @@
# Electrum Server in Rust. Only enable this if hardware wallets are
# disabled.
# services.electrs.enable = true;
# If you have ≥8GB memory, enable this option so electrs will sync faster.
# If you have more than 8GB memory, enable this option so electrs will
# sync faster.
# services.electrs.high-memory = true;
### LIQUIDD