From 3c1c990401e6c63713567ff93edbc361d7bd3209 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Feb 2021 23:28:28 +0100 Subject: [PATCH] Update config.json --- scrutiny/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index 98cd1e0df..d02328068 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -24,11 +24,13 @@ "devices": [ "/dev/sda", "/dev/sdb", - "/dev/nvme1n1" + "/dev/nvme1n1", + "/dev" ], "udev": "true", "full_access": "true", "map": [ + "sys" ], "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "boot": "auto",