From bbf0e06df73eab62be577dc08cb98c95e74478e0 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 5 Aug 2025 18:11:39 -0500 Subject: [PATCH] fix partition label finding in h003 --- hosts/h003/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };