Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-08 00:11:41 +00:00
parent 553d46da6e
commit 2a3beb6738

View file

@ -14,8 +14,8 @@
}; };
boot.initrd.luks.devices = { boot.initrd.luks.devices = {
name = "root"; name = "dm-name-crypt-root";
device = "/dev/disk/by-label/root"; device = "/dev/disk/by-id/dm-name-crypt-root";
preLVM = true; preLVM = true;
}; };