This commit is contained in:
Lucy 2025-09-16 12:35:40 +02:00
parent 129bde1bf5
commit e0e948f049

View file

@ -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
}; };