lightning-loop: add module

This commit is contained in:
nixbitcoin
2020-07-28 15:55:52 +00:00
parent 8f3588b13f
commit 491d83a658
5 changed files with 97 additions and 0 deletions
+6
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";