Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-08 13:49:25 +00:00
parent 968b6461f2
commit 5d3894fbf1

View file

@ -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;
};