clightning: add consistent address options
Also remove option 'autolisten'. This option has no effect because option 'bind-addr' is always set.
This commit is contained in:
@@ -68,8 +68,8 @@ in {
|
||||
services.clightning.enforceTor = true;
|
||||
services.tor.hiddenServices.clightning = mkIf cfg.clightning.enable (mkHiddenService {
|
||||
port = cfg.clightning.onionport;
|
||||
toHost = cfg.clightning.bind-addr;
|
||||
toPort = cfg.clightning.bindport;
|
||||
toHost = cfg.clightning.address;
|
||||
toPort = cfg.clightning.port;
|
||||
});
|
||||
|
||||
# lnd
|
||||
|
||||
Reference in New Issue
Block a user