diff --git a/values.nix b/values.nix index d16694d..2e11f4f 100644 --- a/values.nix +++ b/values.nix @@ -89,7 +89,7 @@ in rec { # Only use this network for link-local networking, not global/default routes dhcpV4Config.UseRoutes = "no"; routes = [ - { routeConfig.Destination = "10.0.0.0/8"; } + { routeConfig = { Destination = "10.0.0.0/8"; Gateway = "_dhcp4"; }; } ]; linkConfig.RequiredForOnline = "no";