change ipam to dhcp

This commit is contained in:
2023-12-01 12:15:51 +01:00
parent 4b1ef58992
commit 750d8e1596

View File

@@ -19,7 +19,7 @@ in {
internal = false; internal = false;
dns_enabled = false; dns_enabled = false;
ipam_options = { ipam_options = {
driver = "host-local"; driver = "dhcp";
}; };
}; };
}; };