From f5c243c788f19c7e766e30d4a08ba7278b8ed8c5 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 8 May 2022 14:16:19 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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";