Skip to content

Instantly share code, notes, and snippets.

@castrojo
Created September 16, 2023 23:20
Show Gist options
  • Save castrojo/65c630040b374d8dae1b1996888490e6 to your computer and use it in GitHub Desktop.
Save castrojo/65c630040b374d8dae1b1996888490e6 to your computer and use it in GitHub Desktop.
orge@exo:~$ cat /etc/distrobox/distrobox.ini
[ubuntu]
image=ghcr.io/ublue-os/ubuntu-toolbox:latest
init=false
nvidia=true
pull=true
root=false
replace=true
[fedora]
image=registry.fedoraproject.org/fedora-toolbox:latest
init=false
nvidia=false
pull=true
root=false
replace=true
[boxkit]
image=ghcr.io/ublue-os/boxkit:latest
init=false
nvidia=false
pull=true
root=false
replace=true
[obs-studio-portable]
image=ghcr.io/ublue-os/obs-studio-portable
export="app obs"
init=false
nvidia=false
pull=true
root=false
replace=true
[wolfi]
image=ghcr.io/ublue-os/wolfi-toolbox:latest
init=false
nvidia=false
pull=true
root=false
replace=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment