Remove deprecated routeConfig
Some checks failed
Run nix flake check / flake-check (push) Failing after 11m42s

This commit is contained in:
2024-12-01 02:00:57 +01:00
parent 82135bcfbc
commit 8700e78752
13 changed files with 13 additions and 13 deletions

View File

@@ -30,7 +30,7 @@
"10.69.13.10/24"
];
routes = [
{ routeConfig.Gateway = "10.69.13.1"; }
{ Gateway = "10.69.13.1"; }
];
linkConfig.RequiredForOnline = "routable";
};