added git to preinstalled vm packages

This commit is contained in:
2025-07-29 20:00:40 +02:00
parent 4f12846b60
commit 854393f4de

View File

@ -5,6 +5,7 @@ package_upgrade: true
packages:
- sudo
- vim
- git
ssh_pwauth: false
users:
- name: __VM_USERNAME__
@ -22,4 +23,4 @@ write_files:
- path: /usr/local/etc/sudoers
content: |
%wheel ALL=(ALL) NOPASSWD: ALL
append: true
append: true