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";