fix(tf): work around provider bugs

This commit is contained in:
arcnmx 2024-03-24 11:52:33 -07:00
parent c61220b641
commit d94e7e9f7b
3 changed files with 10 additions and 9 deletions

View file

@ -11,11 +11,12 @@ _: {
address4 = "10.1.1.47/24";
address6 = "auto";
};
net1 = {
net1.internal.enable = true;
net2 = {
name = "eth1";
macAddress = "BC:24:11:C4:66:AA";
networkd.networkSettings.linkConfig.RequiredForOnline = false;
};
net2.internal.enable = true;
};
};
}