This commit is contained in:
Erik Arvstedt 2020-04-07 22:47:36 +02:00
parent 85e52a06cb
commit 89d3d58850
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ in {
enable = true;
client.enable = true;
# LND uses ControlPort to create onion services
controlPort = if config.services.lnd.enable then 9051 else null;
controlPort = mkIf config.services.lnd.enable 9051;
hiddenServices.sshd = {
map = [ { port = 22; } ];