nixos/networkd: rename GatewayOnlink to GatewayOnLink

This follows upstreams renaming of the option [1].

[1] 9cb8c55934
This commit is contained in:
Andreas Rammhold
2019-05-11 13:48:48 +02:00
parent d600da7045
commit 1b7b1dbe2f
3 changed files with 12 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ in
{
routeConfig = {
Gateway = gateway;
GatewayOnlink = false;
GatewayOnLink = false;
};
}
];