diff --git a/config-gnome.nix b/config-gnome.nix index 2932a33..5e6b377 100644 --- a/config-gnome.nix +++ b/config-gnome.nix @@ -13,6 +13,9 @@ systemd-boot.enable = true; }; + boot.initrd.luks.devices.crypted.device = "/dev/vda2"; + fileSystems."/".device = "/dev/mapper/crypt-root"; + # Name your host machine networking.hostName = "NixOS-VM";