feat: Nebula mesh network overlay #12

Merged
greg merged 9 commits from klaatu/nixos:feat/nebula-mesh into main 2026-04-04 03:03:53 +00:00
Showing only changes of commit 0e61efe5b5 - Show all commits
+2 -2
View File
@@ -160,8 +160,8 @@ in
relays = lib.optionals (!cfg.isLighthouse && !cfg.isRelay) [ cfg.lighthouseNebulaIp ];
tun = {
# Interface name: nebula.<domain-first-label>
dev = "nebula0";
# Interface name
device = "nebula0";
# unsafe_routes for hosts that need access to a non-Nebula subnet
unsafeRoutes = cfg.unsafeRoutes;
};