39 lines
891 B
JSON
39 lines
891 B
JSON
{
|
|
"audio": "pulseaudio",
|
|
"bootloader": "systemd-bootctl",
|
|
"desktop-environment": "i3",
|
|
"dry-run": false,
|
|
"gfx_driver": "VMware / VirtualBox (open-source)",
|
|
"harddrives": [
|
|
"/dev/vda"
|
|
],
|
|
"hostname": "archvm",
|
|
"kernels": [
|
|
"linux"
|
|
],
|
|
"keyboard-layout": "us",
|
|
"mirror-region": {
|
|
"Worldwide": {
|
|
"https://mirror.rackspace.com/archlinux/$repo/os/$arch": true
|
|
}
|
|
},
|
|
"nic": {
|
|
"NetworkManager": true,
|
|
"nic": "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)"
|
|
},
|
|
"ntp": true,
|
|
"packages": [
|
|
"docker",
|
|
"git",
|
|
"wget",
|
|
"zsh",
|
|
"neovim"
|
|
],
|
|
"profile": "/usr/lib/python3.10/site-packages/archinstall/profiles/desktop.py",
|
|
"swap": true,
|
|
"sys-encoding": "utf-8",
|
|
"sys-language": "en_US",
|
|
"timezone": "UTC",
|
|
"version":"2.3.1"
|
|
}
|