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