diff --git a/scrutiny/config.json b/scrutiny/config.json index 952b4ead7..42fdd626b 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -18,7 +18,7 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "devices": ["/dev/*","/dev/sda","/dev/sdb", "/dev/sda1","/dev/sdb1","/dev/mmcblk0p1"], + "devices": ["/dev/nvme0", "/dev/*","/dev/sda","/dev/sdb", "/dev/sda1","/dev/sdb1","/dev/mmcblk0p1"], "privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"], "full_access": true, "udev": "true",