diff --git a/src/node.rs b/src/node.rs index 5f599fb..314ce14 100644 --- a/src/node.rs +++ b/src/node.rs @@ -128,6 +128,13 @@ impl Node { // Sadly we have to this manually // TODO: Find a better way of doing this let default = OptionalNodeDeserialize { + network: Some(OptionalNetwork { + tailscale: Some(OptionalTailscale { + advertise_routes: Some(false), + ..Default::default() + }), + ..Default::default() + }), patches: Some(OptionalPatches { all: Some(vec![]), control_plane: Some(vec![]),