From 2b85b2df9c50b6b473065d083ddc6f72941ff85e Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 8 Feb 2026 18:48:31 +0100 Subject: [PATCH 1/2] nebula: Enable relay support --- modules/system/services/nebula/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/system/services/nebula/default.nix b/modules/system/services/nebula/default.nix index 8f15db3..d1efced 100644 --- a/modules/system/services/nebula/default.nix +++ b/modules/system/services/nebula/default.nix @@ -71,7 +71,10 @@ in key = config.sops.secrets."nebula/host-key".path; tun.device = netCfg.overlay.interface; - listen.port = lib.mkIf netCfg.underlay.isPublic publicPort; + listen = { + host = netCfg.underlay.address; + port = lib.mkIf netCfg.underlay.isPublic publicPort; + }; inherit (netCfg.overlay) isLighthouse; lighthouses = lib.mkIf (!netCfg.overlay.isLighthouse) ( From 4cd24ddfc4d6499ccfb44c16152d5d959ca716c0 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 8 Feb 2026 19:02:12 +0100 Subject: [PATCH 2/2] Revert "nebula: Enable relay support" This reverts commit 2b85b2df9c50b6b473065d083ddc6f72941ff85e. --- modules/system/services/nebula/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/system/services/nebula/default.nix b/modules/system/services/nebula/default.nix index d1efced..8f15db3 100644 --- a/modules/system/services/nebula/default.nix +++ b/modules/system/services/nebula/default.nix @@ -71,10 +71,7 @@ in key = config.sops.secrets."nebula/host-key".path; tun.device = netCfg.overlay.interface; - listen = { - host = netCfg.underlay.address; - port = lib.mkIf netCfg.underlay.isPublic publicPort; - }; + listen.port = lib.mkIf netCfg.underlay.isPublic publicPort; inherit (netCfg.overlay) isLighthouse; lighthouses = lib.mkIf (!netCfg.overlay.isLighthouse) (