meow
This commit is contained in:
parent
e0e948f049
commit
c9a35ffb15
1 changed files with 1 additions and 12 deletions
|
|
@ -42,18 +42,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.interfaces.${crew_interface} = {
|
networking.interfaces.${crew_interface} = {
|
||||||
useDHCP = false; # bridge slave should not request DHCP
|
useDHCP = true; # bridge slave should not request DHCP
|
||||||
};
|
|
||||||
|
|
||||||
networking.bridges.vmbr0 = {
|
|
||||||
interfaces = [ "${crew_interface}" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
networking.interfaces.vmbr0 = {
|
|
||||||
linkConfig = {
|
|
||||||
macAddress = "3C:EC:EF:0D:70:0";
|
|
||||||
};
|
|
||||||
useDHCP = true; # bridge gets IP via DHCP
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue