diff --git a/config-plasma.nix b/config-plasma.nix index e5afc1a..7651bce 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -14,10 +14,11 @@ }; boot.initrd.luks.devices = { - name = "root"; - device = "/dev/disk/by-label/root"; - preLVM = true; - }; + crypt-root = { + device = "/dev/disk/by-label/luks"; + preLVM = true; + }; + }; # Name your host machine networking.hostName = "NixOS-VM";