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
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ in {
services.clightning.bind-addr = "127.0.0.1:9735";
services.tor.hiddenServices.clightning = {
map = [{
port = 9375; toPort = 9375;
port = 9735; toPort = 9735;
}];
version = 3;
};