Update config-gnome.nix

This commit is contained in:
Aaron Honeycutt 2022-05-06 19:21:39 +00:00
parent 9bcc89633e
commit 48dadd42b3

View file

@ -14,7 +14,7 @@
}; };
boot.initrd.luks.devices = { boot.initrd.luks.devices = {
crypted = { crypt-root = {
device = "/dev/disk/by-label/root>"; device = "/dev/disk/by-label/root>";
preLVM = true; preLVM = true;
}; };