feat: add dotfiles auto setup on box creation
This commit is contained in:
parent
6aaf6e7842
commit
b0652f255e
1 changed files with 5 additions and 2 deletions
|
|
@ -7,8 +7,11 @@ init=true
|
||||||
root=false
|
root=false
|
||||||
start_now=true
|
start_now=true
|
||||||
|
|
||||||
|
home="${HOME}/chroots/devbox"
|
||||||
|
volume="${HOME}/.ssh:${HOME}/chroots/devbox/.ssh"
|
||||||
|
|
||||||
additional_packages=""
|
additional_packages=""
|
||||||
additional_flags="--hostname devbox"
|
additional_flags="--hostname devbox"
|
||||||
|
|
||||||
home="${HOME}/chroots/devbox"
|
init_hooks=sudo -u aleidk sh -c "/usr/local/bin/fetch_dots"
|
||||||
volume="${HOME}/.ssh:${HOME}/chroots/devbox/.ssh"
|
init_hooks=rm /usr/local/bin/fetch_dots
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue