feat: Nebula mesh network overlay #12
@@ -160,8 +160,8 @@ in
|
|||||||
relays = lib.optionals (!cfg.isLighthouse && !cfg.isRelay) [ cfg.lighthouseNebulaIp ];
|
relays = lib.optionals (!cfg.isLighthouse && !cfg.isRelay) [ cfg.lighthouseNebulaIp ];
|
||||||
|
|
||||||
tun = {
|
tun = {
|
||||||
# Interface name: nebula.<domain-first-label>
|
# Interface name
|
||||||
dev = "nebula0";
|
device = "nebula0";
|
||||||
# unsafe_routes for hosts that need access to a non-Nebula subnet
|
# unsafe_routes for hosts that need access to a non-Nebula subnet
|
||||||
unsafeRoutes = cfg.unsafeRoutes;
|
unsafeRoutes = cfg.unsafeRoutes;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user