fix partition label finding in h003
This commit is contained in:
parent
daf63d5d43
commit
bbf0e06df7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.luks.devices."cryptroot" = {
|
boot.initrd.luks.devices."cryptroot" = {
|
||||||
device = "/dev/disk/by-label/NIXROOT";
|
device = "/dev/disk/by-partlabel/NIXROOT";
|
||||||
keyFile = "/keyfile_nvme0n1p1";
|
keyFile = "/keyfile_nvme0n1p1";
|
||||||
allowDiscards = true; # Allows SSD TRIM to manage wear on SSD
|
allowDiscards = true; # Allows SSD TRIM to manage wear on SSD
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue