sail: switch to networkd
This commit is contained in:
parent
ba60ccfe29
commit
a5c8017ff3
1 changed files with 4 additions and 4 deletions
|
@ -117,10 +117,10 @@ in
|
||||||
|
|
||||||
"20-private" = {
|
"20-private" = {
|
||||||
matchConfig.Name = "enp7s0";
|
matchConfig.Name = "enp7s0";
|
||||||
address = [ "10.99.99.2/24" ];
|
networkConfig = {
|
||||||
routes = [
|
DHCP = "ipv4";
|
||||||
{ routeConfig.Gateway = "10.99.99.1"; }
|
IPv6AcceptRA = false;
|
||||||
];
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue