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