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

@@ -45,7 +45,7 @@
VLAN = [ "enp2s0.13" ];
};
routes = [
{ routeConfig.Gateway = "10.69.12.1"; }
{ Gateway = "10.69.12.1"; }
];
linkConfig.RequiredForOnline = "routable";
};