electrs ssl

This commit is contained in:
nixbitcoin 2019-04-26 11:09:55 +02:00
parent 5c26539c48
commit 37b71d87b8
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
6 changed files with 72 additions and 6 deletions

View file

@ -146,10 +146,12 @@ in {
services.spark-wallet.onion-service = true;
services.electrs.port = 50001;
services.electrs.onionport = 50002;
services.electrs.nginxport = 50003;
services.electrs.high-memory = false;
services.tor.hiddenServices.electrs = {
map = [{
port = config.services.electrs.port; toPort = config.services.electrs.port;
port = config.services.electrs.onionport; toPort = config.services.electrs.nginxport;
}];
version = 3;
};