Created
September 16, 2023 23:20
-
-
Save castrojo/65c630040b374d8dae1b1996888490e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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