mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(tf): work around provider bugs
This commit is contained in:
parent
c61220b641
commit
d94e7e9f7b
3 changed files with 10 additions and 9 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue