Thor: fix nvme path
This commit is contained in:
parent
36c4865734
commit
89f2ac3d66
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ with lib; {
|
||||||
checkJournalingFS = true;
|
checkJournalingFS = true;
|
||||||
luks.devices = {
|
luks.devices = {
|
||||||
root = {
|
root = {
|
||||||
device = "/dev/nvme0n1p2";
|
device = "/dev/disk/by-id/nvme-Sabrent_Rocket_4.0_1TB_A0D6070C1AA788202455-part2";
|
||||||
preLVM = true;
|
preLVM = true;
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
bypassWorkqueues = true;
|
bypassWorkqueues = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue