diff --git a/examples/config-sample.json b/examples/config-sample.json index c9beb4805..57c1e1dab 100644 --- a/examples/config-sample.json +++ b/examples/config-sample.json @@ -99,11 +99,14 @@ "type": "manual", "nics": [ { - "iface": null, - "ip": null, + "iface": "eno1", + "ip": "192.168.1.15/24", "dhcp": true, - "gateway": null, - "dns": null + "gateway": "192.168.1.1", + "dns": [ + "192.168.1.1", + "9.9.9.9" + ] } ] },