Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-08 14:16:19 +00:00
parent d73eafd7cd
commit f5c243c788

View file

@ -14,10 +14,11 @@
}; };
boot.initrd.luks.devices = { boot.initrd.luks.devices = {
name = "root"; crypt-root = {
device = "/dev/disk/by-label/root"; device = "/dev/disk/by-label/luks";
preLVM = true; preLVM = true;
}; };
};
# Name your host machine # Name your host machine
networking.hostName = "NixOS-VM"; networking.hostName = "NixOS-VM";