disable DHCP on palatine-hill
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
aa03b14b80
commit
276775108a
@ -18,7 +18,6 @@
|
|||||||
# enable DHCP for primary ethernet adapter
|
# enable DHCP for primary ethernet adapter
|
||||||
"10-lan" = {
|
"10-lan" = {
|
||||||
matchConfig.Name = "eno1";
|
matchConfig.Name = "eno1";
|
||||||
networkConfig.DHCP = "ipv4";
|
|
||||||
address = [ "192.168.76.2/32" ];
|
address = [ "192.168.76.2/32" ];
|
||||||
routes = [ { routeConfig.Gateway = "192.168.76.1"; } ];
|
routes = [ { routeConfig.Gateway = "192.168.76.1"; } ];
|
||||||
linkConfig.RequiredForOnline = "routable";
|
linkConfig.RequiredForOnline = "routable";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user