build out mesh some

This commit is contained in:
TheWanderingCrow 2025-07-24 10:16:10 -04:00
parent ea9f5af1d7
commit 855206cb0b

View file

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