lightning-loop: add module

This commit is contained in:
nixbitcoin 2020-07-07 14:22:17 +00:00
parent 8f3588b13f
commit 491d83a658
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
5 changed files with 97 additions and 0 deletions

View file

@ -91,6 +91,12 @@ in {
};
services.tor.hiddenServices.lnd = mkIf cfg.lnd.enable (mkHiddenService { port = cfg.lnd.onionport; toHost = cfg.lnd.listen; });
# lightning-loop
services.lightning-loop = {
proxy = cfg.tor.client.socksListenAddress;
enforceTor = true;
};
# liquidd
services.liquidd = {
rpcuser = "liquidrpc";