clightning: add bindport option
This commit is contained in:
parent
b6179639fe
commit
d99ccc8445
3 changed files with 8 additions and 3 deletions
|
|
@ -152,7 +152,7 @@ in {
|
|||
enforceTor = true;
|
||||
always-use-proxy = true;
|
||||
};
|
||||
services.tor.hiddenServices.clightning = mkIf cfg.clightning.enable (mkHiddenService { port = cfg.clightning.onionport; toHost = (builtins.head (builtins.split ":" cfg.clightning.bind-addr)); });
|
||||
services.tor.hiddenServices.clightning = mkIf cfg.clightning.enable (mkHiddenService { port = cfg.clightning.onionport; toHost = (builtins.head (builtins.split ":" cfg.clightning.bind-addr)); toPort = cfg.clightning.bindport; });
|
||||
|
||||
# lnd
|
||||
services.lnd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue