Merge branch 'nixbitcoin-fix-clightning'

This commit is contained in:
Jonas Nick 2019-05-12 18:03:24 +00:00
commit b1c9962f6b
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
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;
};