Merge branch 'electrum-server' of https://github.com/nixbitcoin/nix-bitcoin into nixbitcoin-electrum-server
This commit is contained in:
commit
c440dfba9f
3 changed files with 16 additions and 30 deletions
|
|
@ -17,7 +17,6 @@ let
|
|||
lightning-charge
|
||||
nanopos
|
||||
spark-wallet
|
||||
electrs
|
||||
nodejs-8_x
|
||||
nginx
|
||||
];
|
||||
|
|
@ -174,10 +173,11 @@ in {
|
|||
services.spark-wallet.enable = cfg.modules == "all";
|
||||
services.spark-wallet.onion-service = true;
|
||||
services.electrs.enable = false;
|
||||
services.electrs.port = 50001;
|
||||
services.electrs.high-memory = false;
|
||||
services.tor.hiddenServices.electrs = {
|
||||
map = [{
|
||||
port = 50001; toPort = 50001;
|
||||
port = config.services.electrs.port; toPort = config.services.electrs.port;
|
||||
}];
|
||||
version = 3;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue