diff --git a/network/legacy-eni b/network/legacy-eni index 2c650c9..c23acf8 100644 --- a/network/legacy-eni +++ b/network/legacy-eni @@ -1,17 +1,3 @@ -## /network-config ---- -version: 1 -config: -- type: physical - name: eth0 - subnets: - - type: static - address: %%IP_ADDRESS%% - netmask: %%NETMASK%% - routes: - - network: 0.0.0.0 - netmask: 0.0.0.0 - gateway: %%GATEWAY%% -- type: nameserver - address: [%%NAME_SERVER%%] - search: [%%DOMAIN%%] \ No newline at end of file +network-interfaces: | + allow-hotplug eth0 + iface eth0 inet dhcp \ No newline at end of file