From 6fad9ec8ee6108b788bf1d158d9d2a71f2ef835a Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 22 Oct 2019 19:41:26 -0400 Subject: fix hd label name --- machines/x220-aji.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/x220-aji.nix b/machines/x220-aji.nix index 19665cd..39e37d4 100644 --- a/machines/x220-aji.nix +++ b/machines/x220-aji.nix @@ -26,7 +26,7 @@ boot = { initrd.luks.devices = [ { - device = "/dev/sda2"; + device = "/dev/disk/by-id/ata-INTEL_SSDSC2BW240H6_CVTR609508W0240CGN-part2"; name = "cryptroot"; allowDiscards = true; } -- cgit v1.2.3