nebula: Move advertise address/port options

This commit is contained in:
SebastianStork 2026-03-04 21:50:50 +01:00
parent ef17aad9d1
commit b4f740e7be
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
3 changed files with 24 additions and 27 deletions

View file

@ -15,10 +15,6 @@
overlay = {
address = "10.254.250.6";
isLighthouse = true;
advertise = {
address = "130.83.103.62";
port = 47033;
};
};
underlay = {
interface = "enp2s0";
@ -28,6 +24,11 @@
};
services = {
nebula.advertise = {
address = "130.83.103.62";
port = 47033;
};
recursive-nameserver = {
enable = true;
blockAds = true;