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