disabled DHCP on host network cards

This commit is contained in:
Leyla Becker 2024-09-23 23:28:03 -05:00
parent 8772c46323
commit e1ebfab7a3

View file

@ -54,10 +54,12 @@
"30-enp4s0" = {
matchConfig.Name = "enp4s0";
networkConfig.Bond = "bond0";
DHCP = "no";
};
"30-enp5s0" = {
matchConfig.Name = "enp5s0";
networkConfig.Bond = "bond0";
DHCP = "no";
};
"40-bond0" = {