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.

55 lines
869 B

2 years ago
  1. {
  2. "audio": null,
  3. "bootloader": "grub",
  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. "runuser -l junikim -c /home/junikim/arch_rice/user_arch.sh"
  9. ],
  10. "filesystem": "ext4",
  11. "harddrive": {
  12. "path": "/dev/vda"
  13. },
  14. "hostname": "archlinux1-kvm",
  15. "kernels": ["linux"],
  16. "keyboard-language": "us",
  17. "mirror-region": "Worldwide",
  18. "nic": {
  19. "NetworkManager": true
  20. },
  21. "ntp": true,
  22. "packages": ["docker", "git", "wget", "neovim"],
  23. "profile": "minimal",
  24. "services": ["docker"],
  25. "superusers": {
  26. "junikim": {
  27. "!password": "password"
  28. }
  29. },
  30. "sys-encoding": "utf-8",
  31. "sys-language": "en_US",
  32. "timezone": "US/Eastern",
  33. "users": {}
  34. }