liquidd: add consistent address options
This commit is contained in:
parent
b5d76ba1b3
commit
39f16c0b4a
3 changed files with 26 additions and 35 deletions
|
|
@ -86,9 +86,8 @@ in {
|
|||
validatepegin = true;
|
||||
listen = true;
|
||||
enforceTor = true;
|
||||
port = 7042;
|
||||
};
|
||||
services.tor.hiddenServices.liquidd = mkIf cfg.liquidd.enable (mkHiddenService { port = cfg.liquidd.port; toHost = cfg.liquidd.bind; });
|
||||
services.tor.hiddenServices.liquidd = mkIf cfg.liquidd.enable (mkHiddenService { port = cfg.liquidd.port; toHost = cfg.liquidd.address; });
|
||||
|
||||
# electrs
|
||||
services.electrs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue