From 855206cb0b60b3f312b887bc315009e3d769bbc1 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Thu, 24 Jul 2025 10:16:10 -0400 Subject: [PATCH] build out mesh some --- hosts/common/core/nebula.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/core/nebula.nix b/hosts/common/core/nebula.nix index 70eb8e8..6af7e74 100644 --- a/hosts/common/core/nebula.nix +++ b/hosts/common/core/nebula.nix @@ -13,7 +13,7 @@ in { services.nebula.networks.wce = lib.mkIf builtins.hasAttr "${config.hostSpec.hostName}" s.hosts { inherit (s) ca; - inherit (s.hosts.${config.hostSpec.hostName}) key cert; + inherit (s.hosts.${config.hostSpec.hostName}) key cert isLighthouse; enable = true; }; }