diff --git a/config-plasma.nix b/config-plasma.nix index 91cbe84..8a4ba3f 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -12,12 +12,7 @@ boot.loader = { systemd-boot.enable = true; }; - - boot.initrd.luks.devices."crypt-root" = { - device = "/dev/disk/by-label/root" ; - preLVM = true; - }; - + # Name your host machine networking.hostName = "NixOS-VM";