Revert "nebula: Enable relay support"

This reverts commit 2b85b2df9c.
This commit is contained in:
SebastianStork 2026-02-08 19:02:12 +01:00
parent 2b85b2df9c
commit 4cd24ddfc4
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -71,10 +71,7 @@ in
key = config.sops.secrets."nebula/host-key".path; key = config.sops.secrets."nebula/host-key".path;
tun.device = netCfg.overlay.interface; tun.device = netCfg.overlay.interface;
listen = { listen.port = lib.mkIf netCfg.underlay.isPublic publicPort;
host = netCfg.underlay.address;
port = lib.mkIf netCfg.underlay.isPublic publicPort;
};
inherit (netCfg.overlay) isLighthouse; inherit (netCfg.overlay) isLighthouse;
lighthouses = lib.mkIf (!netCfg.overlay.isLighthouse) ( lighthouses = lib.mkIf (!netCfg.overlay.isLighthouse) (