sail: switch to networkd
This commit is contained in:
parent
417ff3a9b4
commit
ba60ccfe29
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ in
|
||||||
"20-private" = {
|
"20-private" = {
|
||||||
matchConfig.Name = "enp7s0";
|
matchConfig.Name = "enp7s0";
|
||||||
address = [ "10.99.99.2/24" ];
|
address = [ "10.99.99.2/24" ];
|
||||||
|
routes = [
|
||||||
|
{ routeConfig.Gateway = "10.99.99.1"; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue