Skip to content

Commit 3a26517

Browse files
authored
Merge pull request #589 from jfly/fix-umbriel-warning
Fix evaluation warning about `routeConfig` on `umbriel`
2 parents 5eeb20e + 3a05382 commit 3a26517

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

non-critical-infra/hosts/umbriel/default.nix

+3-5
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@
3535
"2a01:4f9:c011:8fb5::1/64"
3636
];
3737
routes = [
38-
{ routeConfig.Gateway = "fe80::1"; }
38+
{ Gateway = "fe80::1"; }
3939
{
40-
routeConfig = {
41-
Gateway = "172.31.1.1";
42-
GatewayOnLink = true;
43-
};
40+
Gateway = "172.31.1.1";
41+
GatewayOnLink = true;
4442
}
4543
];
4644
linkConfig.RequiredForOnline = "routable";

0 commit comments

Comments
 (0)