You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

47 lines
848 B

{
"audio": "none",
"bootloader": "grub-install",
"custom-commands": [
"cd /home/junikim; git clone https://git.junickim.me/junikimm717/arch_rice.git",
"chown -R junikim:junikim /home/junikim/arch_rice",
"usermod -aG docker,video,audio,input junikim"
],
"gfx_driver": "All open-source (default)",
"harddrives": ["/dev/vda"],
"kernels": ["linux"],
"keyboard-language": "us",
"keyboard-layout": "us",
"mirror-region": "Worldwide",
"nic": {
"NetworkManager": true,
"nic": "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)"
},
"ntp": true,
"packages": ["docker", "git", "neovim"],
"profile": "minimal",
"services": ["docker"],
"swap": false,
"script": "guided",
"sys-encoding": "utf-8",
"sys-language": "en_US",
"timezone": "US/Eastern"
}