version: 1
config:
    - type: physical
      name: enp0s5
      #mac_address: F2:15:C8:E1:0A:49
      mtu: 1500
      subnets:
      - type: static
        ipv4: true
        control: hotplug
        address: 192.168.0.100/24
        gateway: 192.168.0.1
    - type: nameserver
      address:
      - 8.8.8.8
      search:
      - my.domain
