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.

49 lines
874 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "audio": "none",
  3. "bootloader": "grub-install",
  4. "custom-commands": [
  5. "cd /home/junikim; git clone https://git.junickim.me/junikimm717/arch_rice.git",
  6. "chown -R junikim:junikim /home/junikim/arch_rice",
  7. "usermod -aG docker,video,audio,input junikim"
  8. ],
  9. "gfx_driver": "All open-source (default)",
  10. "harddrives": ["/dev/vda"],
  11. "hostname": "archbox",
  12. "kernels": ["linux"],
  13. "keyboard-language": "us",
  14. "keyboard-layout": "us",
  15. "mirror-region": "Worldwide",
  16. "nic": {
  17. "NetworkManager": true,
  18. "nic": "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)"
  19. },
  20. "ntp": true,
  21. "packages": ["docker", "git", "neovim"],
  22. "profile": "minimal",
  23. "services": ["docker"],
  24. "swap": false,
  25. "script": "guided",
  26. "sys-encoding": "utf-8",
  27. "sys-language": "en_US",
  28. "timezone": "US/Eastern"
  29. }