From 866ab066eaaa8a31154f4b37aeeb60ba6a056b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Gim=C3=A9nez?= Date: Sun, 30 Apr 2023 11:26:18 -0300 Subject: [PATCH] add renderD128 to devices --- nextcloud/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nextcloud/config.json b/nextcloud/config.json index a0ae864b1..ac0e11906 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -7,6 +7,10 @@ "codenotary": "alexandrep.github@gmail.com", "description": "Nextcloud for Home Assistant", "devices": [ + "/dev/dri", + "/dev/dri/card0", + "/dev/dri/card1", + "/dev/dri/renderD128", "/dev/sda", "/dev/sdb", "/dev/sdc",