diff --git a/examples/config-sample.json b/examples/config-sample.json index 47a4e2e0..c9beb480 100644 --- a/examples/config-sample.json +++ b/examples/config-sample.json @@ -1,5 +1,6 @@ { - "config_version": "2.5.2", + "__separator__": null, + "config_version": "2.8.6", "additional-repositories": [], "archinstall-language": "English", "audio_config": {"audio": "pipewire"}, @@ -82,19 +83,29 @@ "kernels": [ "linux" ], - "keyboard-layout": "us", - "mirror-region": { - "Australia": { - "http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch": true, - } + "locale_config": { + "kb_layout": "us", + "sys_enc": "UTF-8", + "sys_lang": "en_US" }, - "nic": { - "dhcp": true, - "dns": null, - "gateway": null, - "iface": null, - "ip": null, - "type": "nm" + "mirror_config": { + "mirror-regions": { + "Australia": [ + "http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch" + ] + } + }, + "network_config": { + "type": "manual", + "nics": [ + { + "iface": null, + "ip": null, + "dhcp": true, + "gateway": null, + "dns": null + } + ] }, "no_pkg_lookups": false, "ntp": true, @@ -114,8 +125,6 @@ "script": "guided", "silent": false, "swap": true, - "sys-encoding": "utf-8", - "sys-language": "en_US", "timezone": "UTC", - "version": "2.5.2" + "version": "2.8.6" }