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; systemd-boot.enable = true;
}; };
boot.initrd.luks.devices.crypt-root.device = "/dev/vda2"; boot.initrd.luks.devices = {
fileSystems."/".device = "/dev/mapper/crypt-root"; crypted = {
device = "/dev/disk/by-label/root>";
preLVM = true;
};
};
# Name your host machine # Name your host machine
networking.hostName = "NixOS-VM"; networking.hostName = "NixOS-VM";