Simplify network routes
Instead of defining the default route like this:
routes = [
{
address = "0.0.0.0";
prefixLength = 0;
via = "193.136.164.62";
}
];
Use the networking.defaultGateway
and networking.defaultGateway6
options.