This commit is contained in:
Lucy 2025-09-16 12:38:41 +02:00
parent e0e948f049
commit c9a35ffb15

View file

@ -42,18 +42,7 @@ in
};
networking.interfaces.${crew_interface} = {
useDHCP = false; # 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
useDHCP = true; # bridge slave should not request DHCP
};
# Set your time zone.