fix partition label finding in h003

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-05 18:11:39 -05:00
parent daf63d5d43
commit bbf0e06df7

View file

@ -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
};