Expand Nebula

* Add Nebula to Kubernetes node
* Update k3s nodes to support nebula keepalived
* Move external IPs to a separate structure
This commit is contained in:
Greg Hellings
2026-07-25 15:18:15 -05:00
parent 0d1d846884
commit 475fe50d19
10 changed files with 173 additions and 141 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ in
lib.mapAttrs
(domain: net: {
master = true;
file = makeZoneFile (lib'.hostsByNet net metadata.hosts) domain;
file = makeZoneFile (lib'.hostsByNet net (metadata.hosts // metadata.external)) domain;
})
{
"shire-zebra.ts.net" = "tailscale";