diff --git a/config-gnome.nix b/config-gnome.nix index bd6f866..6d12a03 100644 --- a/config-gnome.nix +++ b/config-gnome.nix @@ -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";