secure-node: LND no longer requires ControlPort

Onion service is now generated through mkHiddenService function.
This commit is contained in:
nixbitcoin 2020-10-19 11:11:41 +00:00
parent d4c0653c64
commit f29f04c0c4
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ in {
services.tor = {
enable = true;
client.enable = true;
# LND uses ControlPort to create onion services
controlPort = mkIf cfg.lnd.enable 9051;
hiddenServices.sshd = mkHiddenService { port = 22; };
};