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

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. "kernels": ["linux"],
  12. "keyboard-language": "us",
  13. "keyboard-layout": "us",
  14. "mirror-region": "Worldwide",
  15. "nic": {
  16. "NetworkManager": true,
  17. "nic": "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)"
  18. },
  19. "ntp": true,
  20. "packages": ["docker", "git", "neovim"],
  21. "profile": "minimal",
  22. "services": ["docker"],
  23. "swap": false,
  24. "script": "guided",
  25. "sys-encoding": "utf-8",
  26. "sys-language": "en_US",
  27. "timezone": "US/Eastern"
  28. }