From 78823f9515ea5f10725c774560e2ccf072274216 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sat, 7 May 2022 21:28:20 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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";