diff --git a/hosts/h003/hardware-configuration.nix b/hosts/h003/hardware-configuration.nix index 2e228cd..a5ecaa8 100644 --- a/hosts/h003/hardware-configuration.nix +++ b/hosts/h003/hardware-configuration.nix @@ -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 };