## /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%]