Update config-gnome.nix

This commit is contained in:
Aaron Honeycutt 2022-05-06 23:22:10 +00:00
parent 98cda079bf
commit 1527601c30

View file

@ -13,18 +13,6 @@
systemd-boot.enable = true;
};
# boot.initrd.luks.devices = {
# crypt-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";