Thor: fix nvme path

This commit is contained in:
Filippo Berto 2023-07-22 14:40:27 +01:00
parent 36c4865734
commit 89f2ac3d66
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -13,7 +13,7 @@ with lib; {
checkJournalingFS = true;
luks.devices = {
root = {
device = "/dev/nvme0n1p2";
device = "/dev/disk/by-id/nvme-Sabrent_Rocket_4.0_1TB_A0D6070C1AA788202455-part2";
preLVM = true;
allowDiscards = true;
bypassWorkqueues = true;