diff --git a/webtop/config.json b/webtop/config.json index bc8737b81..404b38a20 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -9,7 +9,18 @@ "boot": "auto", "description": "Full Alpine desktop environments accessible via any modern web browser", "devices": [ - "/dev/net/tun", + "/dev/dri", + "/dev/dri/card0", + "/dev/dri/card1", + "/dev/dri/renderD128", + "/dev/vchiq", + "/dev/video10", + "/dev/video11", + "/dev/video12", + "/dev/video13", + "/dev/video14", + "/dev/video15", + "/dev/video16", "/dev/sda", "/dev/sdb", "/dev/sdc", @@ -41,6 +52,7 @@ "/dev/nvme1", "/dev/nvme2" ], + "video": true, "environment": { "PUID": "0", "PGID": "0",