feat: update devbox deploy config
This commit is contained in:
parent
3f8e44008c
commit
19fbdc6834
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[devbox]
|
||||
image=devbox:latest
|
||||
image=git.alecodes.page/alecodes/devbox:latest
|
||||
|
||||
replace=true
|
||||
pull=false
|
||||
|
|
@ -8,6 +8,7 @@ unshare_all=true
|
|||
root=false
|
||||
start_now=true
|
||||
|
||||
additional_packages="git neovim"
|
||||
additional_packages=""
|
||||
|
||||
home="${HOME}/chroots/devbox"
|
||||
volume="${HOME}/.ssh:${HOME}/chroots/devbox/.ssh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue