meow
This commit is contained in:
parent
129bde1bf5
commit
e0e948f049
1 changed files with 3 additions and 1 deletions
|
|
@ -50,7 +50,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.interfaces.vmbr0 = {
|
networking.interfaces.vmbr0 = {
|
||||||
macAddress = "3C:EC:EF:0D:70:0";
|
linkConfig = {
|
||||||
|
macAddress = "3C:EC:EF:0D:70:0";
|
||||||
|
};
|
||||||
useDHCP = true; # bridge gets IP via DHCP
|
useDHCP = true; # bridge gets IP via DHCP
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue