From b8eb01ba9d22cdff811bb12947dca88e23abe092 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 27 Jul 2025 17:59:34 -0400 Subject: [PATCH] nebula work --- hosts/common/core/nebula.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/core/nebula.nix b/hosts/common/core/nebula.nix index ddccc98..a82fa64 100644 --- a/hosts/common/core/nebula.nix +++ b/hosts/common/core/nebula.nix @@ -12,8 +12,8 @@ in { else []; services.nebula.networks.wce = lib.mkIf (builtins.hasAttr "${config.hostSpec.hostName}" s.hosts) { - inherit (s) ca; - inherit (s.hosts.${config.hostSpec.hostName}) key cert isLighthouse; + inherit (s) ca lighthouses staticHostMap; + inherit (s.hosts.${config.hostSpec.hostName}) key cert isLighthouse firewall; enable = true; }; }