mimir: Add matchConfig to network config
This commit is contained in:
parent
52dfbdd1e1
commit
6793fce1ea
1 changed files with 7 additions and 0 deletions
|
@ -91,12 +91,19 @@ in
|
||||||
networks = {
|
networks = {
|
||||||
"40-enp4s0" = {
|
"40-enp4s0" = {
|
||||||
DHCP = "yes";
|
DHCP = "yes";
|
||||||
|
|
||||||
|
matchConfig = {
|
||||||
|
Name = "enp4s0";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"40-enp5s0f1" = {
|
"40-enp5s0f1" = {
|
||||||
linkConfig = {
|
linkConfig = {
|
||||||
RequiredForOnline = false;
|
RequiredForOnline = false;
|
||||||
};
|
};
|
||||||
|
matchConfig = {
|
||||||
|
Name = "enp5s0f1";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue