diff --git a/config-gnome.nix b/config-gnome.nix
index 6d12a03..2932a33 100644
--- a/config-gnome.nix
+++ b/config-gnome.nix
@@ -13,18 +13,6 @@
        systemd-boot.enable = true;
     };
 
-#    boot.initrd.luks.devices = {
-#        crypt-root = {
-#        device = "/dev/disk/by-label/root";
-#        preLVM = true;
-#    };
-#  };
-
-#    fileSystems."/" =
-#       { device = "/dev/disk/by-label/root";
-#          fsType = "ext4";
-#    };
-
     # Name your host machine
     networking.hostName = "NixOS-VM";