diff --git a/config-plasma.nix b/config-plasma.nix index bbd6398..1f16356 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -13,6 +13,15 @@ systemd-boot.enable = true; }; + + boot.initrd.luks.devices = [ + { + name = "root"; + device = "/dev/disk/by-label/root"; + preLVM = true; + allowDiscards = true; + } + ]; # Name your host machine networking.hostName = "NixOS-VM";