From 484b513f598a6f7bbe026d2337853e8b9f24b80a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sat, 7 May 2022 23:59:12 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config-plasma.nix b/config-plasma.nix index 1f16356..d7b728c 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -13,15 +13,13 @@ systemd-boot.enable = true; }; - - boot.initrd.luks.devices = [ - { + boot.initrd.luks.devices = { name = "root"; device = "/dev/disk/by-label/root"; preLVM = true; allowDiscards = true; } - ]; + # Name your host machine networking.hostName = "NixOS-VM";