Update config-gnome.nix

This commit is contained in:
Aaron Honeycutt 2022-05-06 23:07:10 +00:00
parent 1b60b871cc
commit 0bd77e926e

View file

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