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; }; }