add network interface

This commit is contained in:
2023-12-05 08:48:18 +01:00
parent ea8768931f
commit e039fa91da

View File

@@ -8,7 +8,7 @@ in {
dockerCompat = true;
defaultNetwork.settings = {
driver = "macvlan";
master = "vserver";
network_interface = "vserver";
ipam_options = {
driver = "dhcp";
};