diff options
-rw-r--r-- | machines/x220-aji.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |