Thor: vg fix

This commit is contained in:
Filippo Berto 2023-07-22 18:05:55 +02:00
parent 80f0f69920
commit d518f5ed50
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -18,6 +18,12 @@ with lib; {
allowDiscards = true; allowDiscards = true;
bypassWorkqueues = true; bypassWorkqueues = true;
}; };
nvme2t = {
device = "/dev/disk/by-id/nvme-SHPP41-2000GM_SJC4N477711004A0J";
preLVM = true;
allowDiscards = true;
bypassWorkqueues = true;
};
}; };
}; };
}; };