Fix clightning port typo (9375 instead of 9735)
This commit is contained in:
parent
54a6a3363e
commit
48f6bc5f81
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ in {
|
||||||
services.clightning.bind-addr = "127.0.0.1:9735";
|
services.clightning.bind-addr = "127.0.0.1:9735";
|
||||||
services.tor.hiddenServices.clightning = {
|
services.tor.hiddenServices.clightning = {
|
||||||
map = [{
|
map = [{
|
||||||
port = 9375; toPort = 9375;
|
port = 9735; toPort = 9735;
|
||||||
}];
|
}];
|
||||||
version = 3;
|
version = 3;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue