Merge branch 'develop'

This commit is contained in:
2025-07-29 20:01:04 +02:00

View File

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