From 7aae1f4e458be1f7f604956e36a41a17d9036762 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 23 Jun 2022 14:59:40 +0200 Subject: [PATCH] Test adding nvme partitions https://github.com/alexbelgium/hassio-addons/issues/372 --- qbittorrent/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index b2b6d4bf5..30bb7727e 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -16,6 +16,8 @@ "/dev/sdf", "/dev/sdg", "/dev/nvme", + "/dev/nvme0n1p1", + "/dev/nvme0n1p2", "/dev/mmcblk", "/dev/sda1", "/dev/sdb1",