fixing base setup

This commit is contained in:
Chris
2026-04-10 15:57:44 +02:00
parent 6e69abb2a9
commit c6cf1808ad
24 changed files with 807 additions and 4 deletions

View File

@@ -27,10 +27,10 @@
////////////////////////////////////
// Linux Setup (X11)
////////////////////////////////////
//"mounts": [
//"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached",
//],
//"containerEnv": {},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"containerEnv": {},
////////////////////////////////////