diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2019-10-22 19:41:26 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2020-01-18 15:08:34 -0500 |
commit | 6fad9ec8ee6108b788bf1d158d9d2a71f2ef835a (patch) | |
tree | d09a334314dd1a5964e3aaa1d0253ee920e15d9d | |
parent | 6d1c7651e2ef36e82dd0cd43157c33d0aa16819e (diff) |
fix hd label name
-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; } |