From 243fd3be59a911ff657381bb72feefefe7720e55 Mon Sep 17 00:00:00 2001 From: AndrewPaglusch Date: Sun, 21 Sep 2025 15:23:13 -0500 Subject: [PATCH] fix bug from #14 --- templates/lighthouse_config.yml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/lighthouse_config.yml.j2 b/templates/lighthouse_config.yml.j2 index 1899cde..0751fed 100644 --- a/templates/lighthouse_config.yml.j2 +++ b/templates/lighthouse_config.yml.j2 @@ -53,9 +53,9 @@ lighthouse: {% endfor %} {% endif %} -{% if nebula_lighthouse_extra_config|length > 0 %} - {{- nebula_lighthouse_extra_config | to_nice_yaml | indent(2) }} -{% endif %} + {% if nebula_lighthouse_extra_config|length > 0 %} + {{- nebula_lighthouse_extra_config | to_nice_yaml | indent(2) }} + {% endif %} listen: # 0.0.0.0 means "all interfaces," which is probably what you want