feat: add dotfiles auto setup on box creation
All checks were successful
Publish image / Generate job matrices (push) Successful in 9s
Publish image / create-docker-images (map[name:devbox path:boxes/devbox]) (push) Successful in 2m30s

This commit is contained in:
Alexander Navarro 2024-11-11 15:20:09 -03:00
parent 6aaf6e7842
commit b0652f255e
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5

View file

@ -7,8 +7,11 @@ init=true
root=false
start_now=true
home="${HOME}/chroots/devbox"
volume="${HOME}/.ssh:${HOME}/chroots/devbox/.ssh"
additional_packages=""
additional_flags="--hostname devbox"
home="${HOME}/chroots/devbox"
volume="${HOME}/.ssh:${HOME}/chroots/devbox/.ssh"
init_hooks=sudo -u aleidk sh -c "/usr/local/bin/fetch_dots"
init_hooks=rm /usr/local/bin/fetch_dots