From 2a3beb67389ac6e837160aeda66d8969c0df6703 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 8 May 2022 00:11:41 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-plasma.nix b/config-plasma.nix index e5afc1a..ca33d7c 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -14,8 +14,8 @@ }; boot.initrd.luks.devices = { - name = "root"; - device = "/dev/disk/by-label/root"; + name = "dm-name-crypt-root"; + device = "/dev/disk/by-id/dm-name-crypt-root"; preLVM = true; };