electrs ssl
This commit is contained in:
parent
5c26539c48
commit
37b71d87b8
6 changed files with 72 additions and 6 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue