Fix clightning port typo (9375 instead of 9735)

This commit is contained in:
nixbitcoin
2019-05-12 18:29:22 +02:00
parent 54a6a3363e
commit 48f6bc5f81
+1 -1
View File
@@ -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;
}; };