From 5d3894fbf1060944323d9e43bc8a407f3d48f61b Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 8 May 2022 13:49:25 +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 ca33d7c..e5afc1a 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -14,8 +14,8 @@ }; boot.initrd.luks.devices = { - name = "dm-name-crypt-root"; - device = "/dev/disk/by-id/dm-name-crypt-root"; + name = "root"; + device = "/dev/disk/by-label/root"; preLVM = true; };