nebula work

This commit is contained in:
TheWanderingCrow 2025-07-27 17:59:34 -04:00
parent 5f6a1b0c2c
commit b8eb01ba9d

View file

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