Update config-gnome.nix

This commit is contained in:
Aaron Honeycutt 2022-05-06 19:48:29 +00:00
parent 48dadd42b3
commit 6e3a9257dd

View file

@ -15,11 +15,16 @@
boot.initrd.luks.devices = {
crypt-root = {
device = "/dev/disk/by-label/root>";
device = "/dev/disk/by-label/root";
preLVM = true;
};
};
fileSystems."/" =
{ device = "/dev/disk/by-label/root";
fsType = "ext4";
};
# Name your host machine
networking.hostName = "NixOS-VM";