34 lines
821 B
JSON
34 lines
821 B
JSON
{
|
|
"dry_run": true,
|
|
"audio": "none",
|
|
"bootloader": "systemd-bootctl",
|
|
"debug": false,
|
|
"harddrives": [
|
|
"/dev/loop0"
|
|
],
|
|
"hostname": "development-box",
|
|
"kernels": [
|
|
"linux"
|
|
],
|
|
"keyboard-layout": "us",
|
|
"mirror-region": "Worldwide",
|
|
"nic": {
|
|
"type": "NM"
|
|
},
|
|
"ntp": true,
|
|
"packages": ["docker", "git", "wget", "zsh"],
|
|
"services": ["docker"],
|
|
"profile": "gnome",
|
|
"gfx_driver": "All open-source (default)",
|
|
"swap": true,
|
|
"sys-encoding": "utf-8",
|
|
"sys-language": "en_US",
|
|
"timezone": "Europe/Stockholm",
|
|
"version": "2.3.1.dev0",
|
|
"custom-commands": [
|
|
"cd /home/devel; git clone https://aur.archlinux.org/paru.git",
|
|
"chown -R devel:devel /home/devel/paru",
|
|
"usermod -aG docker devel"
|
|
]
|
|
}
|