srv-core: Make lighthouse via port forwarding

This commit is contained in:
SebastianStork 2026-03-04 19:30:28 +01:00
parent 96c4dbe626
commit a257358790
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -12,7 +12,14 @@
boot.loader.grub.enable = true;
networking = {
overlay.address = "10.254.250.6";
overlay = {
address = "10.254.250.6";
isLighthouse = true;
advertise = {
address = "130.83.103.62";
port = "47033";
};
};
underlay = {
interface = "enp2s0";
cidr = "192.168.0.64/24";