Update config-gnome.nix

This commit is contained in:
Aaron Honeycutt 2022-05-06 19:17:12 +00:00
parent 49a12b0a82
commit 9bcc89633e

View file

@ -13,8 +13,12 @@
systemd-boot.enable = true;
};
boot.initrd.luks.devices.crypt-root.device = "/dev/vda2";
fileSystems."/".device = "/dev/mapper/crypt-root";
boot.initrd.luks.devices = {
crypted = {
device = "/dev/disk/by-label/root>";
preLVM = true;
};
};
# Name your host machine
networking.hostName = "NixOS-VM";